Skip to content

Commit

Permalink
Fix typo in tests comment (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasikpark authored Sep 10, 2024
1 parent dc4e415 commit e596bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Titled.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test('should output nested title', () => {
expect(handleChange.mock.calls[0][0]).toBe('C | B | A');
});

test('should renrender nested title', () => {
test('should rerender nested title', () => {
const handleChange = vi.fn();
render(
<Titled title={() => 'A'} onChange={handleChange}>
Expand Down

0 comments on commit e596bf4

Please sign in to comment.