Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan authored Dec 23, 2023
1 parent 1ac27f5 commit 93b092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tabbable/src/findTabDestination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const findTabDestination = <V extends Value = Value>(
* 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') {
Expand Down

0 comments on commit 93b092f

Please sign in to comment.