diff --git a/site/docs/pages/fund/types.mdx b/site/docs/pages/fund/types.mdx index 75a53c5e7b..b001312a08 100644 --- a/site/docs/pages/fund/types.mdx +++ b/site/docs/pages/fund/types.mdx @@ -80,7 +80,7 @@ See https://docs.cdp.coinbase.com/onramp/docs/api-initializing#getting-an-coinba ```ts type GetOnrampUrlWithSessionTokenParams = { /** - * A session token create using the Onramp session token API. The token will + * A session token created using the Onramp session token API. The token will * be linked to the project ID, addresses, and assets params provided in the */ sessionToken: string;