Skip to content

Commit 3e6931c

Browse files
authored
fix: typos (#34)
1 parent 70a1e87 commit 3e6931c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/recipes/simple-transfer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ mkdir papi-simple-transfer
77
cd papi-simple-transfer
88
bun init -y
99
bun i polkadot-api @polkadot-labs/hdkd @polkadot-labs/hdkd-helpers
10-
bun papi add -n westned2 wnd
10+
bun papi add -n westend2 wnd
1111
```
1212

1313
This sample shows how to create a transaction on Westend,
1414
using the light-client, in order to transfer some assets
15-
from Alice to Bob. Simply crate an `index.ts` file with
15+
from Alice to Bob. Simply create an `index.ts` file with
1616
the following content in it:
1717

1818
```ts

0 commit comments

Comments
 (0)