Skip to content

Commit

Permalink
chore: fix typo (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdkeyword committed Mar 14, 2024
1 parent 49a6a4e commit 283190e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const InputBase = <T extends { toString: () => string } | undefined = str
[onChange],
);

// Runs only when reFocus prop is passed, usefull for setting the cursor
// Runs only when reFocus prop is passed, useful for setting the cursor
// at the end of the input. Example AddressInput
const onFocus = (e: FocusEvent<HTMLInputElement, Element>) => {
if (reFocus !== undefined) {
Expand Down

0 comments on commit 283190e

Please sign in to comment.