Skip to content

Commit e290269

Browse files
committed
Fix English
1 parent 787a2a0 commit e290269

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install postcss-sorting
2323

2424
## Options
2525

26-
Plugin has no default options. Everything is disabled by default.
26+
The plugin has no default options. Everything is disabled by default.
2727

2828
### Order
2929

@@ -43,7 +43,7 @@ Plugin has no default options. Everything is disabled by default.
4343

4444
## Handling comments
4545

46-
Shared-line comments is comments which is located after a node and on the same line as node.
46+
Shared-line comments are comments which are located after a node and on the same line as a node.
4747

4848
```css
4949
a {
@@ -52,7 +52,7 @@ a {
5252
}
5353
```
5454

55-
Shared-line comments are always ignored in all “empty lines before” options. Plugin looks always “through” these comments. For example:
55+
Shared-line comments are always ignored in all “empty lines before” options. The plugin always looks “through” these comments. For example:
5656

5757
```js
5858
{
@@ -73,7 +73,7 @@ a {
7373
}
7474
```
7575

76-
For “order” options comments that are before node and on a separate line connected to that node. Shared-line comments also connected to that node.
76+
For “order” options comments that are before node and on a separate line linked to that node. Shared-line comments are also linked to that node.
7777

7878
```css
7979
a {
@@ -88,9 +88,9 @@ a {
8888

8989
If you have been using [predefined configs], you can look at [migrated predefined configs].
9090

91-
`sort-order` was splitted into [`order`](./docs/order.md) and [`properties-order`](./docs/properties-order.md).
91+
`sort-order` was split into [`order`](./docs/order.md) and [`properties-order`](./docs/properties-order.md).
9292

93-
`properties-order` now uses array of objects for grouping.
93+
`properties-order` now uses an array of objects for grouping.
9494

9595
`sort-order` keywords to new config conversion:
9696

0 commit comments

Comments
 (0)