Update relayer.md

Spelling error
This commit is contained in:
Ishita Choudhary 2023-05-19 22:41:04 +05:30 committed by Evan Gray
parent 6bc54e237f
commit 993926aa5a
1 changed files with 1 additions and 1 deletions

View File

@ -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.