Skip to content

Commit bb5b1df

Browse files
chrisvaszlencioni
authored andcommitted
Fix typo in no-unused-prop-types.md (#815)
1 parent 7abd9e8 commit bb5b1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unused-prop-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This rule can take one argument to ignore some specific props during validation.
4747

4848
```
4949
...
50-
"prop-types": [<enabled>, { customValidators: <customValidator> }]
50+
"no-unused-prop-types": [<enabled>, { customValidators: <customValidator>, skipShapeProps: <skipShapeProps> }]
5151
...
5252
```
5353

0 commit comments

Comments
 (0)