We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043850d commit 03b3fc5Copy full SHA for 03b3fc5
apps/web/src/hooks/useSetPrimaryBasename.ts
@@ -15,10 +15,10 @@ import { useUsernameProfile } from 'apps/web/src/components/Basenames/UsernamePr
15
/*
16
A hook to set a name as primary for resolution.
17
18
- Responsabilities:
+ Responsibilities:
19
- Get and validate the primary username against the new username
20
- Write the new name to the contract & Wait for the transaction to be processed
21
- - Refetch basename on successfull request
+ - Refetch basename on successful request
22
*/
23
24
type UseSetPrimaryBasenameProps = {
0 commit comments