From fa1fdb281674d2464faa0e2f2025c7a002cbd403 Mon Sep 17 00:00:00 2001 From: Christian Gorenflo Date: Thu, 31 Oct 2024 11:42:07 -0400 Subject: [PATCH] docs: correct spelling mistake --- contracts/interchain-token-service/src/msg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interchain-token-service/src/msg.rs b/contracts/interchain-token-service/src/msg.rs index 3730bc014..76d8c09ca 100644 --- a/contracts/interchain-token-service/src/msg.rs +++ b/contracts/interchain-token-service/src/msg.rs @@ -53,7 +53,7 @@ pub enum ExecuteMsg { SetChainConfig { chain: ChainNameRaw, max_uint: nonempty::Uint256, // The maximum uint value that is supported by the chain's token standard - max_target_decimals: u8, // The maximum number of decimals that is preserved when deploying a token to anothe chain where smaller uint values are used + max_target_decimals: u8, // The maximum number of decimals that is preserved when deploying a token to another chain where smaller uint values are used }, }