Skip to content

Commit 6e66634

Browse files
committed
spelling: module
1 parent 9856ac6 commit 6e66634

File tree

1 file changed

+1
-1
lines changed
  • test/cases/parsing/harmony-commonjs

1 file changed

+1
-1
lines changed

test/cases/parsing/harmony-commonjs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ it("should pass when required by CommonJS module", function () {
88
it("should pass when use babeljs transpiler", function() {
99
//the following are generated code by use babeljs.
1010
// use it this way will save trouble to setup babel-loader
11-
// the babeljs transpiled code depends on the __esMoudule to be set
11+
// the babeljs transpiled code depends on the __esModule to be set
1212
var _test = require('./a');
1313
var _test2 = _interopRequireDefault(_test);
1414
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

0 commit comments

Comments
 (0)