From a5a1961008371c62c1aed76cba7a1dd228def5be Mon Sep 17 00:00:00 2001
From: Gurpreet Singh <85472201+iiamscarface@users.noreply.github.com>
Date: Thu, 6 Jun 2024 20:27:19 +0530
Subject: [PATCH] Update quickstart-exit.md
In the Quickstart guide, there was a misspelling of 'Lodestar' as 'Loestar.' This error could potentially cause confusion for users when searching for relevant keywords. As a proactive measure, corrections have been made in the documentation to ensure accuracy and clarity for users navigating the material.
Docs: Update quickstart-exit.md
Code line: #84 #146 #208
---
docs/start/quickstart-exit.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/start/quickstart-exit.md b/docs/start/quickstart-exit.md
index 3b5cca00a2..6fcd052b8f 100644
--- a/docs/start/quickstart-exit.md
+++ b/docs/start/quickstart-exit.md
@@ -81,7 +81,7 @@ It needs to be the validator client that is connected to your charon client taki
- The following executes an interactive command inside the Loestar VC container to exit all validators. It executes
+ The following executes an interactive command inside the Lodestar VC container to exit all validators. It executes
node /usr/app/packages/cli/bin/lodestar validator voluntary-exit
with the arguments:
--beaconNodes="http://charon:3600"
: Specifies the Charon host:port
.
@@ -143,7 +143,7 @@ It needs to be the validator client that is connected to your charon client taki
- The following executes an interactive command inside the Loestar VC container to exit all validators. It executes
+ The following executes an interactive command inside the Lodestar VC container to exit all validators. It executes
node /usr/app/packages/cli/bin/lodestar validator voluntary-exit
with the arguments:
--beaconNodes="http://charon:3600"
: Specifies the Charon host:port
.
@@ -205,7 +205,7 @@ It needs to be the validator client that is connected to your charon client taki
- The following executes an interactive command inside the Loestar VC container to exit all validators. It executes
+ The following executes an interactive command inside the Lodestar VC container to exit all validators. It executes
node /usr/app/packages/cli/bin/lodestar validator voluntary-exit
with the arguments:
--beaconNodes="http://charon:3600"
: Specifies the Charon host:port
.