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: {