Skip to content

Commit b2ef5e9

Browse files
docs: inclusive language w/ allowlist
1 parent 88cbcde commit b2ef5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/forbid-component-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Examples of **correct** code for this rule:
4545

4646
An array specifying the names of props that are forbidden. The default value of this option is `['className', 'style']`.
4747
Each array element can either be a string with the property name or object specifying the property name, an optional
48-
custom message, and a component whitelist:
48+
custom message, and a component allowlist:
4949

5050
```js
5151
{

0 commit comments

Comments
 (0)