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:
TANZINA AKTER 2025-12-05 19:12:31 +02:00 committed by GitHub
parent a1093d98eb
commit 30d8346545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!