Skip to content

Commit fbf5295

Browse files
committed
Fix typos in the readme file
1 parent 811f293 commit fbf5295

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
@@ -25,7 +25,7 @@ npm install postcss-loader --save-dev
2525

2626
## Usage
2727

28-
You can configure PostCSS Loader in common PostCSS config on directly
28+
You can configure PostCSS Loader in common PostCSS config or directly
2929
in Webpack config. Common PostCSS config is recommended way, because
3030
many PostCSS tools will be able to share it.
3131

@@ -262,12 +262,12 @@ If you use JS styles without `postcss-js` parser, you can add `exec` parameter:
262262
### Webpack Events
263263

264264
Webpack provides webpack plugin developers a convenient way
265-
to hook into the build pipeline. The postcss-loader makes us
265+
to hook into the build pipeline. The postcss-loader makes use
266266
of this event system to allow building integrated postcss-webpack tools.
267267

268268
See the [example] implementation.
269269

270270
Event `postcss-loader-before-processing` is fired before processing and allows
271-
to add or remove postcss plugins
271+
to add or remove postcss plugins.
272272

273273
[example]: https://github.com/postcss/postcss-loader/blob/master/test/webpack-plugins/rewrite.js

0 commit comments

Comments
 (0)