diff --git a/docs/flows/crypto-onramp.mdx b/docs/flows/crypto-onramp.mdx index 8aa7d57..d051d00 100644 --- a/docs/flows/crypto-onramp.mdx +++ b/docs/flows/crypto-onramp.mdx @@ -20,9 +20,9 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t - `percentage`: Percentage of the total source amount (the maximum allowed value is "5"). - `continueUrl` (_optional_): URL to redirect the user to after the order is placed. - `continueUrlTarget` (_optional_): In which tab should the `continueUrl` be opened. - - `new-tab`: Open in a a new tab. - - `same-tab`: Open in the same page or iframe (default). - - `parent-tab`: Useful only in an iframe, open in the page that contains the iframe. + - `new-tab`: Open in a new tab. + - `same-tab`: Open in the same tab or iframe (default). + - `parent-tab`: Useful only in an iframe: open in the tab that contains the iframe. - `partnerFee` (_deprecated_): Use `partner.fee` instead. - `source` (_optional_): An object configuring the asset and amount to be paid. - `amount` (_optional_): Amount to be paid.