Skip to content

Commit

Permalink
Merge pull request #35 from nhussein11/nhussein11/fix-typo
Browse files Browse the repository at this point in the history
[Fix] - Typo in Transactions page
  • Loading branch information
josepot authored Nov 5, 2024
2 parents 3e6931c + 94d8fbb commit e26d48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/typed/tx.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ would do the trick. Let's see the other one, that takes arguments:
import { MultiAddress } from "@polkadot-api/descriptors"

const tx: Transaction = typedApi.tx.Balances.transfer_keep_alive({
// these args are be strongly typed!
// these args are strongly typed!
dest: MultiAddress.Id("destAddressInSS58Format"),
value: 10n ** 10n, // 1 DOT
})
Expand Down

0 comments on commit e26d48d

Please sign in to comment.