Skip to content

Commit

Permalink
docs(eslint-plugin): [explicit-member-accessibility] correct typo (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers authored and bradzacher committed May 29, 2019
1 parent e6b2eff commit 8a0a0dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,7 @@ There are three ways in which an override can be used.

#### Disallow the use of public on a given member

e.g. `[ { overrides: { constructor: 'no-public' } } ]`
e.g. `[ { overrides: { constructors: 'no-public' } } ]`

The following patterns are considered incorrect with the example override

Expand Down

0 comments on commit 8a0a0dd

Please sign in to comment.