mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Fix typos and improve clarity in documentation
This PR fixes a few small typos and improves clarity in the consensus-related documentation. Changes include fixing spelling mistakes, improving punctuation, rephrasing unclear sentences, and removing extra trailing spaces.
This commit is contained in:
parent
a1093d98eb
commit
30d8346545
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
This PR fixes a few small typos and improves clarity in the
|
||||
consensus-related documentation.
|
||||
|
||||
### Changes
|
||||
- Fixed minor spelling mistakes ("recieve" → "receive", "enviroment" → "environment")
|
||||
- Improved punctuation in several sentences
|
||||
- Rephrased unclear sentences for readability
|
||||
- Removed extra trailing spaces
|
||||
|
||||
### Why
|
||||
These are small but relevant improvements that make the documentation more readable
|
||||
for new contributors and developers. No code logic was changed.
|
||||
|
||||
Thanks!
|
||||
Loading…
Reference in a new issue