From d69151124109c2f39c4a873733e9222c857c778c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gon=C3=A7alves?= Date: Mon, 18 Dec 2023 10:18:20 +0000 Subject: [PATCH] Fix only address and tag mode description --- docs/flows/crypto-onramp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flows/crypto-onramp.mdx b/docs/flows/crypto-onramp.mdx index 2233edb..6dc016e 100644 --- a/docs/flows/crypto-onramp.mdx +++ b/docs/flows/crypto-onramp.mdx @@ -112,7 +112,7 @@ When `recipientEditMode` is `not-editable`, the user can can't change `asset`, ` -When `recipientEditMode` is `address-and-tag`, the user can only change `address` and `tag` on the widget. This means that these fields are optional on the bootstrap token but you can still provide values for them. On the other hand, `asset` and `network` become mandatory. +When `recipientEditMode` is `only-address-and-tag`, the user can only change `address` and `tag` on the widget. This means that these fields are optional on the bootstrap token but you can still provide values for them. On the other hand, `asset` and `network` become mandatory. ```json {