Skip to content

Commit b30ebde

Browse files
Zertzrpominov
authored andcommittedDec 20, 2018
Fix a few typos in readme (#27)
1 parent ef3b925 commit b30ebde

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ DON'T FORGET TO INSTALL / UPDATE THE `svgo` PACKAGE after you update `svg-loader
1818

1919
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
2020

21-
Svgo-loader just passes config
22-
to the [svgo](https://github.com/svg/svgo) library.
21+
Svgo-loader just passes config to the [svgo](https://github.com/svg/svgo) library.
2322

24-
### Put the SVGO config into loared's `options`
23+
### Put the SVGO config into loader's `options`
2524

2625
``` javascript
2726
module.exports = {
@@ -87,7 +86,7 @@ You can use `YML` or `JSON` files as external configs.
8786

8887
### Legacy Webpack v1 config
8988

90-
There is two ways of loading svgo configuration.
89+
There are two ways of loading svgo configuration.
9190
You can pass it as a JSON string after loader name, like this:
9291

9392
``` javascript

0 commit comments

Comments
 (0)
Please sign in to comment.