Skip to content

Commit 38086ed

Browse files
committed
Fix typos in README.md and examples/README.md
1 parent 4de7bed commit 38086ed

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ define(["amd-module", "../file"], function (amdModule, file) {
152152
// this is async
153153
require(["big-module/big/file"], function (big) {
154154
// For async dependencies, webpack splits
155-
// your application into multiple "chunks."
155+
// your application into multiple "chunks".
156156
// This part of your application is
157157
// loaded on demand (code-splitting).
158158
var stuff = require("../my/stuff");

examples/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## commonjs
44

5-
example demonstrating a very simple programm
5+
example demonstrating a very simple program
66

77
## code-splitting
88

99
example demonstrating a very simple case of Code Splitting.
1010

1111
## require.resolve
1212

13-
example demonstrating to cache clearing of modules with `require.resolve` and `require.cache`.
13+
example demonstrating how to cache clearing of modules with `require.resolve` and `require.cache`.
1414

1515
## require.context
1616

17-
example demonstrating to automatic creation of contexts when using variables in `require`.
17+
example demonstrating automatic creation of contexts when using variables in `require`.
1818

1919
## code-splitted-require.context
2020

@@ -26,7 +26,7 @@ example demonstrating contexts in a code-split environment with AMD.
2626

2727
## loader
2828

29-
example demonstrating to usage of loaders.
29+
example demonstrating the usage of loaders.
3030

3131
## coffee-script
3232

@@ -46,7 +46,7 @@ example demonstrating Labeled Modules
4646

4747
## mixed
4848

49-
example demonstrating mixing CommonJs, AMD and Labeled Modules
49+
example demonstrating mixing CommonJs, AMD, and Labeled Modules
5050

5151
## web-worker
5252

@@ -62,7 +62,7 @@ example demonstrating multiple entry points with Code Splitting.
6262

6363
# Requests
6464

65-
If you think a example is missing, please report it as issue. :)
65+
If you think an example is missing, please report it as issue. :)
6666

6767
# Build
6868

0 commit comments

Comments
 (0)