From 03b3fc596b82aaa5f5d88f5cc822cd9f00b489d0 Mon Sep 17 00:00:00 2001 From: maradini77 <140460067+maradini77@users.noreply.github.com> Date: Sat, 21 Dec 2024 02:03:15 +0100 Subject: [PATCH] Update useSetPrimaryBasename.ts (#1433) --- apps/web/src/hooks/useSetPrimaryBasename.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/hooks/useSetPrimaryBasename.ts b/apps/web/src/hooks/useSetPrimaryBasename.ts index f4230fb432..f1f9555f6c 100644 --- a/apps/web/src/hooks/useSetPrimaryBasename.ts +++ b/apps/web/src/hooks/useSetPrimaryBasename.ts @@ -15,10 +15,10 @@ import { useUsernameProfile } from 'apps/web/src/components/Basenames/UsernamePr /* A hook to set a name as primary for resolution. - Responsabilities: + Responsibilities: - Get and validate the primary username against the new username - Write the new name to the contract & Wait for the transaction to be processed - - Refetch basename on successfull request + - Refetch basename on successful request */ type UseSetPrimaryBasenameProps = {