Skip to content

Commit 03b3fc5

Browse files
authored
Update useSetPrimaryBasename.ts (#1433)
1 parent 043850d commit 03b3fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/src/hooks/useSetPrimaryBasename.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import { useUsernameProfile } from 'apps/web/src/components/Basenames/UsernamePr
1515
/*
1616
A hook to set a name as primary for resolution.
1717
18-
Responsabilities:
18+
Responsibilities:
1919
- Get and validate the primary username against the new username
2020
- Write the new name to the contract & Wait for the transaction to be processed
21-
- Refetch basename on successfull request
21+
- Refetch basename on successful request
2222
*/
2323

2424
type UseSetPrimaryBasenameProps = {

0 commit comments

Comments
 (0)