diff --git a/docs/rules/jsx-key.md b/docs/rules/jsx-key.md index 70c4160fb3..91b7c3d7e8 100644 --- a/docs/rules/jsx-key.md +++ b/docs/rules/jsx-key.md @@ -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 [, , ];