diff --git a/src/content/ccip/tutorials/manual-execution.mdx b/src/content/ccip/tutorials/manual-execution.mdx index 9749d5a5e2d..cfcee1c897d 100644 --- a/src/content/ccip/tutorials/manual-execution.mdx +++ b/src/content/ccip/tutorials/manual-execution.mdx @@ -224,7 +224,7 @@ You will increase the gas limit and trigger manual execution: ## Explanation -The smart contract used in this tutorial is configured to use CCIP for transferring and receiving tokens and data, similar to the contract in the [_Transfer Tokens and Data Across Chains_](/ccip/tutorials/programmable-token-transfers) tutorial. For a detailed understanding of the contract code, refer to the [code explanation](/ccip/tutorials/programmable-token-transfers#explanation) section of that tutorial. +The smart contract used in this tutorial is configured to use CCIP for transferring and receiving tokens with data, similar to the contract in the [_Transfer Tokens with Data_](/ccip/tutorials/programmable-token-transfers) tutorial. For a detailed understanding of the contract code, refer to the [code explanation](/ccip/tutorials/programmable-token-transfers#explanation) section of that tutorial. A key distinction in this tutorial is the intentional setup of a low gas limit of `20,000` for building the CCIP message. This specific gas limit setting is expected to fail the message delivery on the receiver contract in the destination chain: