Skip to content

Commit 1033330

Browse files
committed
Merge pull request webpack#2178 from the4dpatrick/master
Fix typo
2 parents 932f4f2 + 6d14499 commit 1033330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

examples/code-splitting/template.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)