From 84a1bb0d183fb2c79567db23f1b69762c32e3713 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:14:56 +0300 Subject: [PATCH] docs: Correct grammar issue in text output Update types.mdx --- site/docs/pages/fund/types.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;