Skip to content

Commit

Permalink
docs: fix spelling issues (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guayaba221 authored Dec 16, 2024
1 parent cb9535e commit 045db7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/pages/identity/avatar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import { Avatar } from '@coinbase/onchainkit/identity';
)}
/>
</App>
Show attestation on ENV avatar with [`Badge`](/identity/badge) component.
Show attestation on ENS avatar with [`Badge`](/identity/badge) component.
Use [`OnchainKitProvider`](/config/onchainkit-provider) or [`Identity`](/identity/identity) component with the `schemaId` prop.
```tsx twoslash
import { Avatar, Badge, Identity } from '@coinbase/onchainkit/identity'; // [!code focus]
Expand All @@ -120,4 +120,4 @@ import { Avatar, Badge, Identity } from '@coinbase/onchainkit/identity'; // [!co
</Identity>
</App>
## Props
[`AvatarReact`](/identity/types#AvatarReact)
[`AvatarReact`](/identity/types#AvatarReact)

0 comments on commit 045db7f

Please sign in to comment.