Browse Source

Fix mispelling

friedger-patch-7
Larry Salibra 3 years ago
committed by Patrick Gray
parent
commit
bdeb5c531e
  1. 2
      src/pages/understand-stacks/command-line-interface.md

2
src/pages/understand-stacks/command-line-interface.md

@ -15,7 +15,7 @@ First, ensure you have `npm` installed. Next, run the following command in your
## Network selection
By default, the CLI will attempt to interact with the mainnet of the Stacks 2.0 blockchian. However, it is possible to override the network and set it to the testnet:
By default, the CLI will attempt to interact with the mainnet of the Stacks 2.0 blockchain. However, it is possible to override the network and set it to the testnet:
```bash
stx <command> -t

Loading…
Cancel
Save