Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e23e4b9

Browse files
authored
docs(eslint-plugin): [no-parameter-properties] fix a typo (typescript-eslint#1633)
1 parent be3e23f commit e23e4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/no-parameter-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare all properties in the class.
1313
This rule, in its default state, does not require any argument and would completely disallow the use of parameter properties.
1414
If you would like to allow certain types of parameter properties then you may pass an object with the following options:
1515

16-
- `allows`, an array containing one or more fo the allowed modifiers. Valid values are:
16+
- `allows`, an array containing one or more of the allowed modifiers. Valid values are:
1717
- `readonly`, allows **readonly** parameter properties.
1818
- `private`, allows **private** parameter properties.
1919
- `protected`, allows **protected** parameter properties.

0 commit comments

Comments
 (0)