10000 docs(eslint-plugin): [explicit-member-accessibility] correct typo (#570) · vieron/typescript-eslint@8a0a0dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a0a0dd

Browse files
blueloversbradzacher
authored andcommitted
docs(eslint-plugin): [explicit-member-accessibility] correct typo (typescript-eslint#570)
1 parent e6b2eff commit 8a0a0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/explicit-member-accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ There are three ways in which an override can be used.
154154

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

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

159159
The following patterns are considered incorrect with the example override
160160

0 commit comments

Comments
 (0)
0