Skip to content

Commit ecc9b19

Browse files
committed
spelling: environments
1 parent bcc1115 commit ecc9b19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/contrib/olc_grid_overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
});
4141
} else if (typeof module === 'object' && module.exports) {
4242
// Node. Does not work with strict CommonJS, but
43-
// only CommonJS-like enviroments that support module.exports,
43+
// only CommonJS-like environments that support module.exports,
4444
// like Node.
4545
module.exports = factory(require('b'));
4646
} else {

js/src/openlocationcode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
});
6666
} else if (typeof module === 'object' && module.exports) {
6767
// Node. Does not work with strict CommonJS, but
68-
// only CommonJS-like enviroments that support module.exports,
68+
// only CommonJS-like environments that support module.exports,
6969
// like Node.
7070
module.exports = factory(require('b'));
7171
} else {

0 commit comments

Comments
 (0)