Skip to content

Commit

Permalink
Fix typo in xcm-transactor docs (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy authored Jan 31, 2024
1 parent 806347a commit c0baa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/xcm-transactor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! derived from the multilocation of a use in this chain (tipically, hashing the ML).
//! Such distinction is important since we want to keep the integrity of the sovereign account
//!
//! This pallet provides three ways of sending Transact operations to anothe chain
//! This pallet provides three ways of sending Transact operations to another chain
//!
//! - transact_through_derivative: Transact through an address derived from this chains sovereign
//! account in the destination chain. For the transaction to successfully be dispatched in the
Expand Down

0 comments on commit c0baa86

Please sign in to comment.