Skip to content

Commit

Permalink
lil typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 6, 2023
1 parent ba3800c commit af855b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/typeGuards.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("isExpression", () => {
it.each([
[
false,
"an literal type node with null",
"a literal type node with null",
ts.factory.createLiteralTypeNode(ts.factory.createNull()),
],
[true, "an identifier", ts.factory.createIdentifier("abc")],
Expand Down

0 comments on commit af855b0

Please sign in to comment.