Fixes Typos in the documentation

This commit is contained in:
informancer
2014-10-11 15:40:16 +02:00
parent e461d47ed2
commit 047bf16e2f
5 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ LESS stylesheets
* Indent your code with four spaces.
* Make use of the nesting feature of LESS to put your code in logical groups, but avoid using
more then three levels of nesting.
more than three levels of nesting.
* Put spaces after ``:`` in declarations.
* Put spaces before ``{`` in rulesets.
* When grouping selectors, use one line per selector.