From d2fb6c9ab8617914f6210df12c18ca7e8e83206d Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Fri, 20 May 2022 18:09:44 +0200 Subject: [PATCH] Clarify the number of examples. I didn't understand these were three different examples. --- docs/rules/jsx-key.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [, , ];