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: fix minor grammar issues #1747

Merged
merged 2 commits into from
Dec 17, 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
4 changes: 2 additions & 2 deletions site/docs/pages/fund/types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Glossary of Types.
```ts
type FundButtonReact = {
className?: string; // An optional CSS class name for styling the button component
disabled?: boolean; // A optional prop to disable the fund button
disabled?: boolean; // An optional prop to disable the fund button
text?: string; // An optional text to be displayed in the button component
hideText?: boolean; // An optional prop to hide the text in the button component
hideIcon?: boolean; // An optional prop to hide the icon in the button component
Expand Down Expand Up @@ -41,7 +41,7 @@ type GetOnrampUrlWithProjectIdParams = {
projectId: string;
sessionToken?: never; // You cannot provide sessionToken when using projectId
/**
* The addresses that the customer's funds should be delivered to.
* The addresses to which the customer's funds should be delivered.
*
* Each entry in the record represents a wallet address and the networks it is valid for. There should only be a
* single address for each network your app supports. Users will be able to buy/send any asset supported by any of
Expand Down