diff --git a/framework/base/src/types/interaction/tx_from.rs b/framework/base/src/types/interaction/tx_from.rs index 25924b98a8..c507927c69 100644 --- a/framework/base/src/types/interaction/tx_from.rs +++ b/framework/base/src/types/interaction/tx_from.rs @@ -12,7 +12,7 @@ where /// Marks the non-empty sender of a transaction. /// -/// Enforces the reciipent to be explicitly specified. +/// Enforces the recipient to be explicitly specified. #[diagnostic::on_unimplemented( message = "Type `{Self}` cannot be used as a sender value (does not implement `TxFromSpecified<{Env}>`)", label = "sender needs to be explicit",