diff --git a/docs/appkit/vue/core/composables.mdx b/docs/appkit/vue/core/composables.mdx index 89ae66d6..c0e5ad32 100644 --- a/docs/appkit/vue/core/composables.mdx +++ b/docs/appkit/vue/core/composables.mdx @@ -16,7 +16,7 @@ Hook for accessing account data and connection status. List of possible `status: "reconnecting" | "connected" | "disconnected" | "connecting" | undefined` -The `caipAddress` is composed by `network:chainId:address`. An Example for an Ethereum mainnet address is eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5Bfcdb +The `caipAddress` is composed by `network:chainId:address`. An Example for an Ethereum mainnet address is `eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5Bfcdb` ```ts import { useAppKitAccount } from "@reown/appkit/vue";