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 = {