Skip to content

Commit

Permalink
Fix typo on template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the4dpatrick committed Mar 24, 2016
1 parent 7110d57 commit 6d14499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/code-splitting/template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This example illustrates a very simple case of Code Splitting with `require.ensure`.

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

0 comments on commit 6d14499

Please sign in to comment.