Skip to content

Commit afdcd0b

Browse files
Update develop/toolkit/integrations/transaction-construction.md
Co-authored-by: Taylor Lucero <[email protected]>
1 parent 5b2ace8 commit afdcd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/toolkit/integrations/transaction-construction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ npm install -g @polkadot/signer-cli
7676

7777
To create a transaction, you need to connect to a chain, enabling the creation of a transaction using the chain's metadata.
7878

79-
Here is the format for `submit` or `sendOffline`.
79+
Here is the format for `submit` or `sendOffline`:
8080

8181
```bash
8282
polkadot-js-signer <submit|sendOffline> --account <from-account-ss58> --ws <endpoint> <module.method> [param1] [...] [paramX]

0 commit comments

Comments
 (0)