We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431bd65 commit 02f557fCopy full SHA for 02f557f
README.md
@@ -64,7 +64,7 @@ webpack can do many optimizations to **reduce the output size**. It also can mak
64
``` javascript
65
// webpack is a module bundler
66
// This means webpack takes modules with dependencies
67
-// and emit static assets representing that modules.
+// and emits static assets representing those modules.
68
69
// dependencies can be written in CommonJs
70
var commonjs = require("./commonjs");
0 commit comments