From 93b092f72530ac30ab939b919db9861a7e2881f1 Mon Sep 17 00:00:00 2001 From: Joe Anderson Date: Sat, 23 Dec 2023 12:31:32 +0000 Subject: [PATCH] Fix typo --- packages/tabbable/src/findTabDestination.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tabbable/src/findTabDestination.ts b/packages/tabbable/src/findTabDestination.ts index bd8bf410c2..b60fc078a7 100644 --- a/packages/tabbable/src/findTabDestination.ts +++ b/packages/tabbable/src/findTabDestination.ts @@ -58,7 +58,7 @@ export const findTabDestination = ( * Otherwise, return the focus to the editor. If we're moving forward, * focus the first point after the active tabbable's path. If we're moving * backward, focus the point of the active tabbable's path. - * TODO: Let a tabable entry specify custom before and after points. + * TODO: Let a tabbable entry specify custom before and after points. */ if (direction === 'forward') {