We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a1e87 commit 3e6931cCopy full SHA for 3e6931c
docs/pages/recipes/simple-transfer.md
@@ -7,12 +7,12 @@ mkdir papi-simple-transfer
7
cd papi-simple-transfer
8
bun init -y
9
bun i polkadot-api @polkadot-labs/hdkd @polkadot-labs/hdkd-helpers
10
-bun papi add -n westned2 wnd
+bun papi add -n westend2 wnd
11
```
12
13
This sample shows how to create a transaction on Westend,
14
using the light-client, in order to transfer some assets
15
-from Alice to Bob. Simply crate an `index.ts` file with
+from Alice to Bob. Simply create an `index.ts` file with
16
the following content in it:
17
18
```ts
0 commit comments