From bcb82c9479a0a45a2f6ddffccc1cd32da54d50ac Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Tue, 4 Jun 2024 07:29:10 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20"array=20item"=20=E2=86=92=20"array=20el?= =?UTF-8?q?ement"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both are correct but "element" seems to be a bit more common. --- terms.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/terms.jsonc b/terms.jsonc index 0063d67..5e7d153 100644 --- a/terms.jsonc +++ b/terms.jsonc @@ -145,6 +145,7 @@ ["wild[- ]card(s)?", "wildcard$1"], // Multiple words + ["array item(s)?", "array element$1"], ["css-?in-?js", "CSS in JS"], ["code-?review(s)?", "code review$1"], ["code-?splitting", "code splitting"],