Skip to content

Commit

Permalink
Fix typo discovered by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 23, 2024
1 parent d67e41c commit 5ce8423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npm-fastui/src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function useFireEvent(): { fireEvent: (event?: AnyEvent) => void } {
}
}

// fireEventImpl is recursive, but it doens't make sense for fireEvent to have fireEventImpl as a dep
// fireEventImpl is recursive, but it doesn't make sense for fireEvent to have fireEventImpl as a dep
// eslint-disable-next-line react-hooks/exhaustive-deps
const fireEvent = useCallback(fireEventImpl, [location])

Expand Down

0 comments on commit 5ce8423

Please sign in to comment.