diff --git a/docs/pages/typed/tx.md b/docs/pages/typed/tx.md index 6cae386c..1dbe9917 100644 --- a/docs/pages/typed/tx.md +++ b/docs/pages/typed/tx.md @@ -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 })