Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos Documentation in README.md Files #6729

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions beacon_chain/networking/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/validators/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Validators

This folder holds all modules related to a Beacon Chain Validator besides the binaries they interact directly with (nimbus_validator_cliant and nimbus_signing_process):
This folder holds all modules related to a Beacon Chain Validator besides the binaries they interact directly with (nimbus_validator_client and nimbus_signing_process):
- Validator keystore
- Validator slashing protection
- Validator duties
Expand Down
2 changes: 1 addition & 1 deletion docker/dist/base_image/README.md
Original file line number Diff line number Diff line change
@@ -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.