Skip to content

Commit

Permalink
Updated options.md
Browse files Browse the repository at this point in the history
Corrected second example for "space-before-closing-brace".
  • Loading branch information
schneyra committed Jun 12, 2014
1 parent 4180b66 commit d82a1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ a {
color: tomato; }
```

Example: `{ 'space-before-closing-space': '\n' }`
Example: `{ 'space-before-closing-brace': '\n' }`

```scss
// Before:
Expand Down

0 comments on commit d82a1f7

Please sign in to comment.