Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Feb 2, 2025
1 parent 8cd13a2 commit a232fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/jqTree/methods.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ describe("updateNode", () => {
});
});

it("returns undefined when calling with a strint that starts with an underscore", () => {
it("returns undefined when calling with a string that starts with an underscore", () => {
const $tree = $("#tree1");

const tree = $tree.tree as unknown as (name: string) => undefined;
Expand Down

0 comments on commit a232fe9

Please sign in to comment.