Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct grammar issue in text output Update types.mdx #1739

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/docs/pages/fund/types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading