]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/tests/lib/linter/config-comment-parser.js
import 8.23.1 source
[pve-eslint.git] / eslint / tests / lib / linter / config-comment-parser.js
index f51fe693a735575fb80789bf7aab3441b46b6848..e9f595d7750465785b513d57ed8930e90938c6da 100644 (file)
@@ -215,7 +215,7 @@ describe("ConfigCommentParser", () => {
             });
         });
 
-        it("should parse list config with two items and exta whitespace", () => {
+        it("should parse list config with two items and extra whitespace", () => {
             const code = "  a , b  ";
             const result = commentParser.parseListConfig(code);