Skip to content

Commit

Permalink
Docs: Fix misleading section in brace-style documentation (#7996)
Browse files Browse the repository at this point in the history
It looks like this section was added when the brace-style rule only supported the 1tbs option, and the section hasn't been updated since then.
  • Loading branch information
not-an-aardvark committed Jan 29, 2017
1 parent 5ae6e00 commit df2351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/brace-style.md
Expand Up @@ -299,7 +299,7 @@ catch(e) { handleError(); }

## When Not To Use It

If your project will not be using the one true brace style, turn this rule off.
If you don't want to enforce a particular brace style, don't enable this rule.

## Further Reading

Expand Down

0 comments on commit df2351a

Please sign in to comment.