Skip to content

Commit e26d48d

Browse files
authored
Merge pull request #35 from nhussein11/nhussein11/fix-typo
[Fix] - Typo in Transactions page
2 parents 3e6931c + 94d8fbb commit e26d48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/typed/tx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ would do the trick. Let's see the other one, that takes arguments:
2929
import { MultiAddress } from "@polkadot-api/descriptors"
3030

3131
const tx: Transaction = typedApi.tx.Balances.transfer_keep_alive({
32-
// these args are be strongly typed!
32+
// these args are strongly typed!
3333
dest: MultiAddress.Id("destAddressInSS58Format"),
3434
value: 10n ** 10n, // 1 DOT
3535
})

0 commit comments

Comments
 (0)