From 9499bb9ddd0276084673ded6f5bfa9e390c5b14b Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Thu, 28 Jul 2022 13:25:38 +1000 Subject: [PATCH] [MINOR] Typos (#380) * typo Signed-off-by: Sally MacFarlane --- docs/Reference/CLI/CLI-Syntax.md | 2 +- docs/Reference/CLI/Subcommands/Development.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Reference/CLI/CLI-Syntax.md b/docs/Reference/CLI/CLI-Syntax.md index ba299aecc..c9a60a23e 100644 --- a/docs/Reference/CLI/CLI-Syntax.md +++ b/docs/Reference/CLI/CLI-Syntax.md @@ -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" diff --git a/docs/Reference/CLI/Subcommands/Development.md b/docs/Reference/CLI/Subcommands/Development.md index c37900fb6..c45ac5fd4 100644 --- a/docs/Reference/CLI/Subcommands/Development.md +++ b/docs/Reference/CLI/Subcommands/Development.md @@ -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`