diff --git a/docs/appkit/shared/options.mdx b/docs/appkit/shared/options.mdx index d5d5e8ae..b64da9ed 100644 --- a/docs/appkit/shared/options.mdx +++ b/docs/appkit/shared/options.mdx @@ -15,7 +15,7 @@ createAppKit({ adapters, projectId, networks, ...options }) ## networks -You can set an array of networks that can be choosen from the library `@reown/appkit/networks`. This library get the list of viem networks and add the Solana ones. +You can set an array of networks that can be chosen from the library `@reown/appkit/networks`. This library get the list of viem networks and adds the Solana ones. ```ts import { mainnet, solana } from '@reown/appkit/networks'