From 283190e2c6b8321f5628c2708515bdd93c9e5bd6 Mon Sep 17 00:00:00 2001 From: huajin tong <137764712+thirdkeyword@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:28:57 +0800 Subject: [PATCH] chore: fix typo (#777) --- packages/nextjs/components/scaffold-eth/Input/InputBase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/components/scaffold-eth/Input/InputBase.tsx b/packages/nextjs/components/scaffold-eth/Input/InputBase.tsx index f38bca217..cf57692f7 100644 --- a/packages/nextjs/components/scaffold-eth/Input/InputBase.tsx +++ b/packages/nextjs/components/scaffold-eth/Input/InputBase.tsx @@ -35,7 +35,7 @@ export const InputBase = 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) => { if (reFocus !== undefined) {