Skip to content

Commit

Permalink
Grammatical failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sappharad committed Aug 31, 2023
1 parent 56c7a44 commit fc77121
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 fc77121

Please sign in to comment.