Skip to content

Commit d249ee2

Browse files
committed
Merge pull request mdo#4 from iepathos/master
Fixed typo
2 parents 23d84b5 + a559e47 commit d249ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Writing markup in a javascript file makes the content harder to find, harder to
135135
* Use soft-tabs with two spaces
136136
* When grouping selectors, keep individual selectors to a single line
137137
* Include one space before the opening brace of declaration blocks
138-
* Place closing praces of declaration blocks on a new line
138+
* Place closing braces of declaration blocks on a new line
139139
* Include one space after <code>:</code> in each property
140140
* Each declaration should appear on its own line
141141
* End all declarations with a semi-colon

0 commit comments

Comments
 (0)