Skip to content

Commit

Permalink
Chore: fix typo (#13975)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 4, 2021
1 parent 4ee1134 commit aeba5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/linter/report-translator.js
Expand Up @@ -626,7 +626,7 @@ describe("createReportTranslator", () => {
);
});

// This isn't offically supported, but autofix works the same way
// This isn't officially supported, but autofix works the same way
it("should remove the whole suggestion if 'fix' function didn't return anything.", () => {
const reportDescriptor = {
node,
Expand Down

0 comments on commit aeba5e5

Please sign in to comment.