Skip to content

Commit

Permalink
[MINOR] Typos (#380)
Browse files Browse the repository at this point in the history
* typo

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla committed Jul 28, 2022
1 parent a233e7d commit 9499bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ File containing the [node's private key](../../Concepts/P2P-Private-Key.md).
=== "Environment variable"
```bash
TEKU_P2P_STATIC-PEERS=/ip4/151.150.191.80/tcp/9000/p2p/16Ui...aXRz,/ip4/151.150.191.80/tcp/9000/p2p/16Ui...q6f1
TEKU_P2P_STATIC_PEERS=/ip4/151.150.191.80/tcp/9000/p2p/16Ui...aXRz,/ip4/151.150.191.80/tcp/9000/p2p/16Ui...q6f1
```
=== "Configuration file"
Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/CLI/Subcommands/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following subcommands are used for development and testing purposes.
Manually run state transitions for blocks or slots for debugging.

```bash
teku transtion
teku transition
```

## `peer`
Expand Down

0 comments on commit 9499bb9

Please sign in to comment.