Skip to content

Commit 47c6180

Browse files
committed
Fixed some grammer.
1 parent fb54428 commit 47c6180

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# com-css-sort #
22

3-
com-css-sort stand for Common CSS Sorting. The goal of this project
4-
is to provide the basic, general, common way of sorting the CSS
5-
attribute.<br/><br/>
3+
com-css-sort stands for Common CSS Sorting. The goal of this project
4+
is to provide a basic way of sorting CSS attributes.<br/><br/>
65

76

87
## How to use? ##
@@ -13,12 +12,12 @@ attribute.<br/><br/>
1312
### Customize Order Your Own ###
1413
1. Create `sort-order.ccs` file at the version control root directory.
1514
You can grab a ccs file from `./ccs_examples/` directory in this repository.
16-
2. Look at the .ccs file, the order in the file will be the order of the CSS
17-
attribute will sort.
15+
2. Look at the .ccs file, the order in the file will be the order that
16+
the CSS attributes will be sorted.
1817

1918

2019
## Configuration ##
21-
Type of sorting algorithm you want CSS attribute to sort.<br/>
20+
Type of sorting algorithm you want used when sorting CSS attributes.<br/>
2221
* 0 : Sort in group type. Use 'sort-order.ccs' if
2322
there is one in the version control root directory. (Default)<br/>
2423
* 1 : Sort in alphabetic order. The 'sort-order.ccs'

0 commit comments

Comments
 (0)