Skip to content

Commit

Permalink
Docs: Fix typo in no-underscore-dangle rule (#9567)
Browse files Browse the repository at this point in the history
  • Loading branch information
tifabien authored and aladdin-add committed Nov 2, 2017
1 parent 3623600 commit 4c5aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-underscore-dangle.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This rule has an object option:
* `"allow"` allows specified identifiers to have dangling underscores
* `"allowAfterThis": false` (default) disallows dangling underscores in members of the `this` object
* `"allowAfterSuper": false` (default) disallows dangling underscores in members of the `super` object
* `"enforceInMethodNames": false (default) allows dangling underscores in method names`
* `"enforceInMethodNames": false` (default) allows dangling underscores in method names

### allow

Expand Down

0 comments on commit 4c5aaf3

Please sign in to comment.