From b1260c34657376bb8cdaf47c7c10f19f14b8badd Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:24:13 +0200 Subject: [PATCH] Typos Documentation in README.md Files (#6771) * Update README.md * Update README.md * Update README.md --- beacon_chain/networking/README.md | 4 ++-- docker/dist/base_image/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beacon_chain/networking/README.md b/beacon_chain/networking/README.md index 8c04a02ea..257ce2150 100644 --- a/beacon_chain/networking/README.md +++ b/beacon_chain/networking/README.md @@ -1,10 +1,10 @@ # Networking -This folders hold a collection of modules to: +These folders hold a collection of modules to: - configure the Eth2 P2P network - discover, connect, and maintain quality Eth2 peers -Data received is handed other to the `../gossip_processing` modules for validation. +Data received is handed over to the `../gossip_processing` modules for validation. ## Security concerns diff --git a/docker/dist/base_image/README.md b/docker/dist/base_image/README.md index d675059ef..9a9b41840 100644 --- a/docker/dist/base_image/README.md +++ b/docker/dist/base_image/README.md @@ -1,4 +1,4 @@ -You probably don't want to recreate and push these base images to Docker Hub, +You probably don't want to re-create and push these base images to Docker Hub, because when older images expire and get deleted, it will no longer be possible to reproduce old releases.