From 9171f0a99bb4d7c53f109b1c2b215004a7c27713 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 7 Sep 2020 23:00:12 +0530 Subject: [PATCH] Chore: fix typo (#13660) --- tests/lib/eslint/eslint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/eslint/eslint.js b/tests/lib/eslint/eslint.js index c558b6c2fea..dbb0059286c 100644 --- a/tests/lib/eslint/eslint.js +++ b/tests/lib/eslint/eslint.js @@ -3193,7 +3193,7 @@ describe("ESLint", () => { `); }); - it("should use overriden processor; should report HTML blocks but not fix HTML blocks if the processor for '*.html' didn't support autofix.", async () => { + it("should use overridden processor; should report HTML blocks but not fix HTML blocks if the processor for '*.html' didn't support autofix.", async () => { ESLint = defineESLintWithInMemoryFileSystem({ cwd: () => root, files: {