Skip to content

Commit

Permalink
Docs: Typo in sort-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto committed Mar 31, 2016
1 parent 1d48c47 commit 8ac9206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/sort-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ Default is `["none", "all", "multiple", "single"]`.

## When Not To Use It

This rule is a formatting preference and not following it won't negatively affect the quality of your code. If you alphabetizing imports isn't a part of your coding standards, then you can leave this rule disabled.
This rule is a formatting preference and not following it won't negatively affect the quality of your code. If alphabetizing imports isn't a part of your coding standards, then you can leave this rule disabled.

0 comments on commit 8ac9206

Please sign in to comment.