Skip to content

Commit a474f0a

Browse files
committed
fix typo
1 parent b4a351a commit a474f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Tree/TreeCheckbox.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('TreeCheckbox', () => {
2323
expect(tree).toMatchSnapshot();
2424
});
2525

26-
it('handles indeterimnate state', () => {
26+
it('handles indeterminate state', () => {
2727
const tree = renderer.create(
2828
<TreeCheckbox isIndeterminate>Click Me</TreeCheckbox>
2929
).toJSON();

src/components/Tree/__snapshots__/TreeCheckbox.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ exports[`TreeCheckbox handles disabled state 1`] = `
6262
</label>
6363
`;
6464

65-
exports[`TreeCheckbox handles indeterimnate state 1`] = `
65+
exports[`TreeCheckbox handles indeterminate state 1`] = `
6666
<label
6767
className="sc-bczRLJ estYWl"
6868
data-indeterminate={true}

0 commit comments

Comments
 (0)