Skip to content

Commit

Permalink
Update docs/rules/jsx-no-constructed-context-values.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
dylanOshima and ljharb committed Oct 20, 2020
1 parent cf9d663 commit 24dae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-no-constructed-context-values.md
Expand Up @@ -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 (
Expand Down

0 comments on commit 24dae08

Please sign in to comment.