Skip to content

Commit

Permalink
Docs: Fixed a typo on lines-between-class-members doc (#9603)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrifat authored and platinumazure committed Nov 9, 2017
1 parent 980ecd3 commit 6672fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/lines-between-class-members.md
Expand Up @@ -102,6 +102,6 @@ If you don't want to enforce empty lines between class members, you can disable
## Related Rules

* [padded-blocks](padded-blocks.md)
* [padding-line-between-statement](padding-line-between-statement.md)
* [padding-line-between-statements](padding-line-between-statements.md)
* [requirePaddingNewLinesAfterBlocks](http://jscs.info/rule/requirePaddingNewLinesAfterBlocks)
* [disallowPaddingNewLinesAfterBlocks](http://jscs.info/rule/disallowPaddingNewLinesAfterBlocks)

0 comments on commit 6672fae

Please sign in to comment.