Skip to content

Commit b9dcea1

Browse files
committed
Fix readme a little
1 parent dbf666a commit b9dcea1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install postcss-sorting
2121

2222
## Options
2323

24-
Currently, there is only two options.
24+
Currently, there are only two options.
2525

2626
### `sort-order`
2727

@@ -55,7 +55,7 @@ p {
5555

5656
##### Prefixed properties
5757

58-
Prefixed properties may not be in sort order. Plugin will look for unprefixed property and if it find one it will use that property order for prefixed property. It would be better not to write prefixed properties in CSS at all and delegate this job to [Autoprefixer].
58+
Prefixed properties may not be in sort order. Plugin will look for unprefixed property and if it find one it will use that property order for the prefixed property. It would be better not to write prefixed properties in CSS at all and delegate this job to [Autoprefixer].
5959

6060
Example: `{ "sort-order": [ "position", "-webkit-box-sizing", "box-sizing", "width" ] }`
6161

@@ -351,7 +351,6 @@ This plugin is heavily inspired by [CSSComb]. Some code logic, tests, and docume
351351
[ci]: https://travis-ci.org/hudochenkov/postcss-sorting
352352
[PostCSS Sorting]: https://github.com/hudochenkov/postcss-sorting
353353
[predefined configs]: https://github.com/hudochenkov/postcss-sorting/tree/master/configs
354-
[predefined config]: https://github.com/hudochenkov/postcss-sorting/tree/master/configs
355354
[Sublime Text plugin]: https://github.com/hudochenkov/sublime-postcss-sorting
356355
[Atom plugin]: https://github.com/lysyi3m/atom-postcss-sorting
357356

0 commit comments

Comments
 (0)