From 62364e48a1811715989482ab2382a81f9687754a Mon Sep 17 00:00:00 2001 From: Priyanshu Kumar Sinha <132668995+priyanshu9899@users.noreply.github.com> Date: Sun, 21 May 2023 17:01:50 +0530 Subject: [PATCH] Update relayer.md "suit" changed to "suits" --- 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..2d750c6 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 suits these usecases. Forwarding is quite similar to a normal 'send' action, however it has a couple special traits.