Skip to content

Commit 7110d57

Browse files
committed
Fix typo
1 parent b0fffd5 commit 7110d57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/code-splitting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This example illustrates a very simple case of Code Splitting with `require.ensure`.
22

33
* `a` and `b` are required normally via CommonJS
4-
* `c` is depdended through the `require.ensure` array.
4+
* `c` is depended through the `require.ensure` array.
55
* This means: make it available, but don't execute it
66
* webpack will load it on demand
77
* `b` and `d` are required via CommonJs in the `require.ensure` callback

0 commit comments

Comments
 (0)