Skip to content

Commit cb4c028

Browse files
docs: update
1 parent 2a41654 commit cb4c028

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
@@ -61,7 +61,7 @@ And run `webpack` via your preferred method.
6161

6262
### `toString`
6363

64-
You can also use the css-loader results directly as string, such as in Angular's component style.
64+
You can also use the css-loader results directly as a string, such as in Angular's component style.
6565

6666
**webpack.config.js**
6767

@@ -182,7 +182,7 @@ In addition to that relative paths are buggy and you need to use an absolute pub
182182
Type: `Number`
183183
Default: `0`
184184

185-
Option `importLoaders` allows to configure how many loaders before `css-loader` should be applied to `@import`ed resources.
185+
Option `importLoaders` allows you to configure how many loaders before `css-loader` should be applied to `@import`ed resources.
186186

187187
**webpack.config.js**
188188

@@ -203,7 +203,7 @@ Option `importLoaders` allows to configure how many loaders before `css-loader`
203203
}
204204
```
205205

206-
This may change in the future, when the module system (i. e. webpack) supports loader matching by origin.
206+
This may change in the future when the module system (i. e. webpack) supports loader matching by origin.
207207

208208
## Examples
209209

0 commit comments

Comments
 (0)