From 3e6931c3bc85d1532ffefc21641e1781a010e2db Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:33:23 +0100 Subject: [PATCH] fix: typos (#34) --- docs/pages/recipes/simple-transfer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/recipes/simple-transfer.md b/docs/pages/recipes/simple-transfer.md index b7a781ea..5f6ad96e 100644 --- a/docs/pages/recipes/simple-transfer.md +++ b/docs/pages/recipes/simple-transfer.md @@ -7,12 +7,12 @@ mkdir papi-simple-transfer cd papi-simple-transfer bun init -y bun i polkadot-api @polkadot-labs/hdkd @polkadot-labs/hdkd-helpers -bun papi add -n westned2 wnd +bun papi add -n westend2 wnd ``` This sample shows how to create a transaction on Westend, using the light-client, in order to transfer some assets -from Alice to Bob. Simply crate an `index.ts` file with +from Alice to Bob. Simply create an `index.ts` file with the following content in it: ```ts