diff --git a/references/sdk/adapters.mdx b/references/sdk/adapters.mdx index dc2b196..e2ca568 100644 --- a/references/sdk/adapters.mdx +++ b/references/sdk/adapters.mdx @@ -39,7 +39,7 @@ The following adapters are officially maintained and developed by the Reservoir ### How can I use an adapter? -You can either make your own adapter, as long as it adheres to the interface above or you can use one of the officials adapters developed and maintained by the Reservoir Relay team. All of our sdk methods handle a viem wallet or adapted wallet. The viem wallet adapter is used by default when a [viem wallet](https://viem.sh/docs/clients/wallet.html) is passed in for convenience. Refer below for implementation details: +You can either make your own adapter, as long as it adheres to the interface above or you can use one of the officials adapters developed and maintained by the Reservoir Relay team. All of our sdk methods handle a viem wallet or adapted wallet. The viem wallet adapter is used by default when a [viem wallet](https://viem.sh/docs/clients/wallet) is passed in for convenience. Refer below for implementation details: ```typescript Solana