From 72fb758b899d6cd9123a1288a107c600c091e598 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:32:37 -0300 Subject: [PATCH] Update docs/build/isc/v1.1/docs/how-tos/core-contracts/token/send-token-across-chains.mdx --- .../how-tos/core-contracts/token/send-token-across-chains.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/isc/v1.1/docs/how-tos/core-contracts/token/send-token-across-chains.mdx b/docs/build/isc/v1.1/docs/how-tos/core-contracts/token/send-token-across-chains.mdx index 6fba50d6839..9af496752e6 100644 --- a/docs/build/isc/v1.1/docs/how-tos/core-contracts/token/send-token-across-chains.mdx +++ b/docs/build/isc/v1.1/docs/how-tos/core-contracts/token/send-token-across-chains.mdx @@ -111,7 +111,7 @@ function sendCrossChainMessage( } } ``` -## Conclution +## Conclusion By following this guide, you have learned how to set up your development environment and use the `sendCrossChain` function in the [`NativeTokenController.sol`](https://github.com/iotaledger/isc-cross-chain/blob/master/contracts/NativeTokenController.sol) contract to send native tokens across chains. You can now interact with the `sendCrossChain` function within your own smart contracts to facilitate cross-chain token transfers.