From 36a7cb82022c51e1a3acee799c9048c11337e742 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:44:35 +0100 Subject: [PATCH] Grammar and Style Improvements 1. Punctuation: Added commas after "e.g." to enhance grammatical accuracy (e.g., changed "Execution Client (EC) e.g. Geth" to "Execution Client (EC), e.g., Geth"). 2. Hyphenation: Corrected "comma separated" to "comma-separated" for proper compound adjective usage. --- dvt/obol-dvt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dvt/obol-dvt.md b/dvt/obol-dvt.md index 22a16b8..7cd80c2 100644 --- a/dvt/obol-dvt.md +++ b/dvt/obol-dvt.md @@ -2,7 +2,7 @@ ## Connect existing EC & BN clients -If you are already running an Execution Client (EC) e.g. Geth and a Beacon Node (BN) e.g. Lighthouse you can connect your Obol DVT node to them. This allows you to reuse existing hardware and continue to run your solo staking validator alongside Obol DVT validators. +If you are already running an Execution Client (EC), e.g., Geth and a Beacon Node (BN) e.g. Lighthouse you can connect your Obol DVT node to them. This allows you to reuse existing hardware and continue to run your solo staking validator alongside Obol DVT validators.

@@ -68,7 +68,7 @@ Uncomment (remove the `#`) the line `CHARON_BEACON_NODE_ENDPOINTS`. Add your exi ``` ... -# Connect to one or more external beacon nodes. Use a comma separated list excluding spaces. +# Connect to one or more external beacon nodes. Use a сomma-separated list excluding spaces. CHARON_BEACON_NODE_ENDPOINTS="http://:" ...