Skip to content

Commit

Permalink
Chore: fix typo (#13660)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 7, 2020
1 parent 6d9f8fb commit 9171f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/eslint/eslint.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 9171f0a

Please sign in to comment.