Skip to content

Commit

Permalink
fix: typos (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrW3RK authored Oct 31, 2024
1 parent 70a1e87 commit 3e6931c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/recipes/simple-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e6931c

Please sign in to comment.