diff --git a/src/pages/dev/send-tokens/interchain-tokens/interchain-token-executable.mdx b/src/pages/dev/send-tokens/interchain-tokens/interchain-token-executable.mdx index 79728e188..c8c7fd9ce 100644 --- a/src/pages/dev/send-tokens/interchain-tokens/interchain-token-executable.mdx +++ b/src/pages/dev/send-tokens/interchain-tokens/interchain-token-executable.mdx @@ -79,7 +79,7 @@ function callContractWithInterchainToken( ``` - Ensure the `destinationAddress` should be an address encoded as bytes. Use the [`toBytes()`](https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/contracts/libs/AddressBytes.sol#L30) method to quickly accomplish this on-chain. + The `destinationAddress` should be an address encoded as bytes. Use the [`toBytes()`](https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/blob/main/contracts/libs/AddressBytes.sol#L30) method to quickly accomplish this on-chain.