Skip to content

Commit

Permalink
Grammatical failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sappharad committed Dec 29, 2023
1 parent 8359d2a commit 3983bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/ControlledTree.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ describe("Data with ids", () => {
expect(newNodes[5]).toHaveAttribute("aria-checked", "false");
});

test("SelectedIds should be not steal focus if another control has it", () => {
test("SelectedIds should not steal focus if another control has it", () => {
let selectedIds = [42];
let renderContent = (<div>
<input type="text" id="editor"/>
Expand Down

0 comments on commit 3983bea

Please sign in to comment.