Skip to content

Commit

Permalink
Update quickstart-exit.md
Browse files Browse the repository at this point in the history
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: ObolNetwork#84 ObolNetwork#146 ObolNetwork#208
  • Loading branch information
iiamscarface authored Jun 6, 2024
1 parent cae2643 commit a5a1961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/start/quickstart-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ It needs to be the validator client that is connected to your charon client taki
</pre>
</TabItem>
<TabItem value="lodestar" label="Lodestar" default>
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
<code>node /usr/app/packages/cli/bin/lodestar validator voluntary-exit</code> with the arguments:
<ul>
<li><code>--beaconNodes="http://charon:3600"</code> : Specifies the Charon <code>host:port</code>.</li>
Expand Down Expand Up @@ -143,7 +143,7 @@ It needs to be the validator client that is connected to your charon client taki
</pre>
</TabItem>
<TabItem value="lodestar" label="Lodestar" default>
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
<code>node /usr/app/packages/cli/bin/lodestar validator voluntary-exit</code> with the arguments:
<ul>
<li><code>--beaconNodes="http://charon:3600"</code> : Specifies the Charon <code>host:port</code>.</li>
Expand Down Expand Up @@ -205,7 +205,7 @@ It needs to be the validator client that is connected to your charon client taki
</pre>
</TabItem>
<TabItem value="lodestar" label="Lodestar" default>
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
<code>node /usr/app/packages/cli/bin/lodestar validator voluntary-exit</code> with the arguments:
<ul>
<li><code>--beaconNodes="http://charon:3600"</code> : Specifies the Charon <code>host:port</code>.</li>
Expand Down

0 comments on commit a5a1961

Please sign in to comment.