diff --git a/docs/rules/jsx-no-constructed-context-values.md b/docs/rules/jsx-no-constructed-context-values.md index 241f89bb00..68d560488e 100644 --- a/docs/rules/jsx-no-constructed-context-values.md +++ b/docs/rules/jsx-no-constructed-context-values.md @@ -10,7 +10,7 @@ If you _expect_ the context to be rerun on each render, then consider adding a c ## Examples -❌ Examples of ***invalid*** code for this rule: +The following patterns are considered warnings: ``` return (