From b2ef5e99f978ca43e426940e04b3e25cb0dd5c94 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Wed, 26 Oct 2022 07:30:37 -0500 Subject: [PATCH] docs: inclusive language w/ allowlist --- docs/rules/forbid-component-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/forbid-component-props.md b/docs/rules/forbid-component-props.md index 3cf2191fd0..f85e8866fd 100644 --- a/docs/rules/forbid-component-props.md +++ b/docs/rules/forbid-component-props.md @@ -45,7 +45,7 @@ Examples of **correct** code for this rule: An array specifying the names of props that are forbidden. The default value of this option is `['className', 'style']`. Each array element can either be a string with the property name or object specifying the property name, an optional -custom message, and a component whitelist: +custom message, and a component allowlist: ```js {