From 30d834654526c7e22051bcddd35ab88a321ef979 Mon Sep 17 00:00:00 2001 From: TANZINA AKTER Date: Fri, 5 Dec 2025 19:12:31 +0200 Subject: [PATCH] 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. --- ... and improve clarity in consensus documentation | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fix minor typos and improve clarity in consensus documentation diff --git a/fix minor typos and improve clarity in consensus documentation b/fix minor typos and improve clarity in consensus documentation new file mode 100644 index 0000000000..5971c6508e --- /dev/null +++ b/fix minor typos and improve clarity in consensus documentation @@ -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!