Skip to content

Commit 02f557f

Browse files
committed
typo
1 parent 431bd65 commit 02f557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ webpack can do many optimizations to **reduce the output size**. It also can mak
6464
``` javascript
6565
// webpack is a module bundler
6666
// This means webpack takes modules with dependencies
67-
// and emit static assets representing that modules.
67+
// and emits static assets representing those modules.
6868

6969
// dependencies can be written in CommonJs
7070
var commonjs = require("./commonjs");

0 commit comments

Comments
 (0)