Skip to content

Commit 16c0630

Browse files
joris-rotteveelMatthew Holloway
andauthored
Update src/components/AccordionItemButton.tsx
typo fix Co-authored-by: Matthew Holloway <matthew@springload.co.nz>
1 parent 0556a74 commit 16c0630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AccordionItemButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const AccordionItemButton = ({
2727
if (
2828
keyCode === keycodes.ENTER ||
2929
keyCode === keycodes.SPACE ||
30-
keyCode === keycodes.SPACE_DEPCRICATED
30+
keyCode === keycodes.SPACE_DEPRECATED
3131
) {
3232
evt.preventDefault();
3333
toggleExpanded();

0 commit comments

Comments
 (0)