Skip to content

Commit

Permalink
docs(prefer-readonly): add rule name to title (#779)
Browse files Browse the repository at this point in the history
The "(prefer-readonly)" part wasn't in the title.
  • Loading branch information
cherryblossom000 authored and bradzacher committed Jul 30, 2019
1 parent b731df9 commit 73f8c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/prefer-readonly.md
@@ -1,4 +1,4 @@
# require never-modified private members be marked as `readonly`
# require never-modified private members be marked as `readonly` (prefer-readonly)

This rule enforces that private members are marked as `readonly` if they're never modified outside of the constructor.

Expand Down

0 comments on commit 73f8c79

Please sign in to comment.