From 9b3d08cd2d8bdf6f90869bbb34f3b32bce35a363 Mon Sep 17 00:00:00 2001 From: Redmond Tran Date: Thu, 2 Jan 2020 11:03:30 -0800 Subject: [PATCH] docs: wording of rule --- docs/rules/require-default-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/require-default-props.md b/docs/rules/require-default-props.md index 3a572548d1..b4796e7ecd 100644 --- a/docs/rules/require-default-props.md +++ b/docs/rules/require-default-props.md @@ -272,7 +272,7 @@ MyStatelessComponent.propTypes = { ### `ignoreFunctionalComponents` -Ignores this rule for all functional components. +When set to `true`, ignores this rule for all functional components. The following patterns are warnings: