typo fix: forwared -> forwarded (#2290)

This commit is contained in:
Clément Lesaege
2020-06-23 18:25:30 +01:00
committed by GitHub
parent 3f4420527b
commit 0cc882ef9d

View File

@ -180,7 +180,7 @@ interface IRelayHub {
* - `gasLimit`: gas to forward when calling the encoded function
* - `nonce`: client's nonce
* - `signature`: client's signature over all previous params, plus the relay and RelayHub addresses
* - `approvalData`: dapp-specific data forwared to {acceptRelayedCall}. This value is *not* verified by the
* - `approvalData`: dapp-specific data forwarded to {acceptRelayedCall}. This value is *not* verified by the
* `RelayHub`, but it still can be used for e.g. a signature.
*
* Emits a {TransactionRelayed} event.