We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fffd5 commit 7110d57Copy full SHA for 7110d57
1 file changed
examples/code-splitting/README.md
@@ -1,7 +1,7 @@
1
This example illustrates a very simple case of Code Splitting with `require.ensure`.
2
3
* `a` and `b` are required normally via CommonJS
4
-* `c` is depdended through the `require.ensure` array.
+* `c` is depended through the `require.ensure` array.
5
* This means: make it available, but don't execute it
6
* webpack will load it on demand
7
* `b` and `d` are required via CommonJs in the `require.ensure` callback
0 commit comments