Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 21, 2022
1 parent 02118e8 commit 3ff18e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rule-tester/flat-rule-tester.js
Expand Up @@ -2511,7 +2511,7 @@ describe("FlatRuleTester", () => {
});

describe("Subclassing", () => {
it("should allow subclasses to s`et the describe/it/itOnly statics and should correctly use those values", () => {
it("should allow subclasses to set the describe/it/itOnly statics and should correctly use those values", () => {
const assertionDescribe = assertEmitted(ruleTesterTestEmitter, "custom describe", "this-is-a-rule-name");
const assertionIt = assertEmitted(ruleTesterTestEmitter, "custom it", "valid(code);");
const assertionItOnly = assertEmitted(ruleTesterTestEmitter, "custom itOnly", "validOnly(code);");
Expand Down

0 comments on commit 3ff18e7

Please sign in to comment.