Skip to content

Commit 89932f0

Browse files
committed
spelling: equivalent
1 parent 9b046ae commit 89932f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/harmony-interop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports.readFile = function() {};
2929
// using module.exports would be equivalent,
3030
// webpack doesn't care which syntax is used
3131

32-
// AMD modules are also possible and equvivalent to CommonJs modules
32+
// AMD modules are also possible and equivalent to CommonJs modules
3333
```
3434

3535
# reexport-commonjs.js
@@ -192,7 +192,7 @@ exports.readFile = function() {};
192192
// using module.exports would be equivalent,
193193
// webpack doesn't care which syntax is used
194194

195-
// AMD modules are also possible and equvivalent to CommonJs modules
195+
// AMD modules are also possible and equivalent to CommonJs modules
196196

197197

198198
/***/ }),

examples/harmony-interop/fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ exports.readFile = function() {};
44
// using module.exports would be equivalent,
55
// webpack doesn't care which syntax is used
66

7-
// AMD modules are also possible and equvivalent to CommonJs modules
7+
// AMD modules are also possible and equivalent to CommonJs modules

0 commit comments

Comments
 (0)