From 993926aa5add974d02291f34be979e1662cbbe08 Mon Sep 17 00:00:00 2001 From: Ishita Choudhary <122989212+ishitaChoudhary2002@users.noreply.github.com> Date: Fri, 19 May 2023 22:41:04 +0530 Subject: [PATCH] Update relayer.md Spelling error --- src/technical/evm/relayer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technical/evm/relayer.md b/src/technical/evm/relayer.md index c6f0614..b74624d 100644 --- a/src/technical/evm/relayer.md +++ b/src/technical/evm/relayer.md @@ -265,7 +265,7 @@ Contrary to `maxTransactionFee`, when specifying a `receiverValue` the RelayProv ## Forwarding -So far we've discussed how to perform a simple delivery from chain A to chain B. However, a fairly common scenario that you may encounter is that you may want to perform a multi-hop delivery from chain A to B to C, or to round-trip a delivery back to the source chain. Forwarding is a feature specifically designed to suit these usecases. +So far we've discussed how to perform a simple delivery from chain A to chain B. However, a fairly common scenario that you may encounter is that you may want to perform a multi-hop delivery from chain A to B to C, or to round-trip a delivery back to the source chain. Forwarding is a feature specifically designed to suit these use cases. Forwarding is quite similar to a normal 'send' action, however it has a couple special traits.