Skip to content

Commit 24dae08

Browse files
dylanOshimaljharb
andauthored
Update docs/rules/jsx-no-constructed-context-values.md
Co-authored-by: Jordan Harband <[email protected]>
1 parent cf9d663 commit 24dae08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-no-constructed-context-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you _expect_ the context to be rerun on each render, then consider adding a c
1010

1111
## Examples
1212

13-
❌ Examples of ***invalid*** code for this rule:
13+
The following patterns are considered warnings:
1414

1515
```
1616
return (

0 commit comments

Comments
 (0)