Skip to content

Commit 417c9d4

Browse files
committed
Fix grammar
1 parent 031fbd2 commit 417c9d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ The `ExtractTextPlugin` generates an output file per entry, so you must use `[na
5555
ExtractTextPlugin.extract([notExtractLoader], loader, [options])
5656
```
5757

58-
Creates an extracting loader from a existing loader.
58+
Creates an extracting loader from an existing loader.
5959

60-
* `notExtractLoader` (optional) the loader(s) that should be used when the css is not extracted (i. e. in a additional chunk when `allChunks: false`)
60+
* `notExtractLoader` (optional) the loader(s) that should be used when the css is not extracted (i.e. in an additional chunk when `allChunks: false`)
6161
* `loader` the loader(s) that should be used for converting the resource to a css exporting module.
6262
* `options`
6363
* `publicPath` override the `publicPath` setting for this loader.
6464

65-
There is also a `extract` function on the instance. You should use this if you have more than one ExtractTextPlugin.
65+
There is also an `extract` function on the instance. You should use this if you have more than one ExtractTextPlugin.
6666

6767
## License
6868

0 commit comments

Comments
 (0)