Skip to content

Commit

Permalink
Clarify the number of examples.
Browse files Browse the repository at this point in the history
I didn't understand these were three different examples.
  • Loading branch information
ioggstream committed May 20, 2022
1 parent 91d3757 commit d2fb6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-key.md
Expand Up @@ -5,7 +5,7 @@ array literal or an arrow function expression.

## Rule Details

Examples of **incorrect** code for this rule:
Three different examples of **incorrect** code for this rule:

```jsx
[<Hello />, <Hello />, <Hello />];
Expand Down

0 comments on commit d2fb6c9

Please sign in to comment.