From 4e0abfb28b0cda4c2a172c3c7d1b7a1f5aaee5dd Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Fri, 26 Jul 2024 09:25:51 +0200 Subject: [PATCH] fix typo --- docs/docs/02-apps/01-transfer/04-messages.md | 2 +- docs/docs/02-apps/01-transfer/10-ICS20-v1/04-messages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/02-apps/01-transfer/04-messages.md b/docs/docs/02-apps/01-transfer/04-messages.md index 4d121985fdc..0118b3e8166 100644 --- a/docs/docs/02-apps/01-transfer/04-messages.md +++ b/docs/docs/02-apps/01-transfer/04-messages.md @@ -63,7 +63,7 @@ Please note that the `Token` field is deprecated and users should now use `Token The denomination provided for transfer should correspond to the same denomination represented on this chain. The prefixes will be added as necessary upon by the receiving chain. -If the `Amount` is set to the maximum value for a 256-bit unsigned integer (i.e. 2^256 - 1), then the whole balance of the corrsponding denomination will be transferred. The helper function `UnboundedSpendLimit` in the `types` package of the `transfer` module provides the sentinel value that can be used. +If the `Amount` is set to the maximum value for a 256-bit unsigned integer (i.e. 2^256 - 1), then the whole balance of the corresponding denomination will be transferred. The helper function `UnboundedSpendLimit` in the `types` package of the `transfer` module provides the sentinel value that can be used. ### Memo diff --git a/docs/docs/02-apps/01-transfer/10-ICS20-v1/04-messages.md b/docs/docs/02-apps/01-transfer/10-ICS20-v1/04-messages.md index 08fc05e88c3..c2826f54426 100644 --- a/docs/docs/02-apps/01-transfer/10-ICS20-v1/04-messages.md +++ b/docs/docs/02-apps/01-transfer/10-ICS20-v1/04-messages.md @@ -44,7 +44,7 @@ This message will send a fungible token to the counterparty chain represented by The denomination provided for transfer should correspond to the same denomination represented on this chain. The prefixes will be added as necessary upon by the receiving chain. -If the `Amount` is set to the maximum value for a 256-bit unsigned integer (i.e. 2^256 - 1), then the whole balance of the corrsponding denomination will be transferred. The helper function `UnboundedSpendLimit` in the `types` package of the `transfer` module provides the sentinel value that can be used. +If the `Amount` is set to the maximum value for a 256-bit unsigned integer (i.e. 2^256 - 1), then the whole balance of the corresponding denomination will be transferred. The helper function `UnboundedSpendLimit` in the `types` package of the `transfer` module provides the sentinel value that can be used. ### Memo