Skip to content

Commit 60cc669

Browse files
committed
formatting
1 parent 7b953c1 commit 60cc669

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
@@ -66,7 +66,7 @@ There are several tools to help perform these steps.
6666

6767
[Polkadot-JS Tools](https://github.com/polkadot-js/tools){target=\_blank} contains a set of command line tools for interacting with a Polkadot SDK client, including one called "Signer CLI" to create, sign, and broadcast transactions.
6868

69-
This example will use the `signer submit` command, which will create and submit the transaction. The `signer sendOffline` command has the exact same API, but will not broadcast the transaction. `submit` and `sendOffline` must be connected to a node to fetch the current metadata and construct a valid transaction.
69+
This example will use the `signer submit` command, which will create and submit the transaction. The `signer sendOffline` command has the exact same API, but will not broadcast the transaction. The `submit` and `sendOffline` must be connected to a node to fetch the current metadata and construct a valid transaction.
7070

7171
Start by installing the Signer CLI.
7272

0 commit comments

Comments
 (0)