From 83a3da0a457bc53bf8ca098cac111be9de85e2db Mon Sep 17 00:00:00 2001 From: Dinonard Date: Wed, 19 Oct 2022 15:15:29 +0200 Subject: [PATCH] Fix typo --- docs/xcm/building-with-xcm/xc-remote-transact.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xcm/building-with-xcm/xc-remote-transact.md b/docs/xcm/building-with-xcm/xc-remote-transact.md index 5b08f75dc..e86b7ddbe 100644 --- a/docs/xcm/building-with-xcm/xc-remote-transact.md +++ b/docs/xcm/building-with-xcm/xc-remote-transact.md @@ -2,7 +2,7 @@ sidebar_position: 6 --- -# Remote Tranasct via Smart Contracts +# Remote Transact via Smart Contracts XCM's `Transact` instructions allows sender to execute arbitrary call in the destination chain. This allows us to execute remote transactions in other chains, in case they support or allow such functionality.