Skip to content

Commit f97bd46

Browse files
committed
hacks word fix
1 parent 9a690b4 commit f97bd46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## About
44
Plugin based on CSScomb algorithm.
55

6-
The algorithm of CSScomb simulates web-technologists actions upon working with CSS-code to the limit. Usually to re-order code you move lines over each other considering comments in the code, multilines records of property values, khaki and everything that could be found in the real file. CSScomb reproduces these actions for you. This means that the parser "thinks" as a person editing the text, not as a blind robot parsing CSS.
6+
The algorithm of CSScomb simulates web-technologists actions upon working with CSS-code to the limit. Usually to re-order code you move lines over each other considering comments in the code, multilines records of property values, hacks and everything that could be found in the real file. CSScomb reproduces these actions for you. This means that the parser "thinks" as a person editing the text, not as a blind robot parsing CSS.
77

88
For more info, online demo and tests see [http://csscomb.com/](csscomb.com)
99

doc/csscomb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ABOUT *csscomb-about*
1919
The algorithm of CSScomb simulates web-technologist's actions upon working
2020
with CSS-code to the limit. Usually to re-order code you move lines over each
2121
other considering comments in the code, multilines records of property values,
22-
khaki and everything that could be found in the real file. CSScomb reproduces
22+
hacks and everything that could be found in the real file. CSScomb reproduces
2323
these actions for you. This means that the parser "thinks" as a person editing
2424
the text, not as a blind robot parsing CSS.
2525

0 commit comments

Comments
 (0)