paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.99k stars 1.22k forks source link

Typo Update private-testnet.md #12633

Closed 0xwitty closed 3 days ago

0xwitty commented 4 days ago

Description

This pull request fixes a grammatical error in the documentation. The original sentence contained the following:

...with Reth various CL clients locally.

The error was that the word "and" was missing between "Reth" and "various", which caused the sentence to be grammatically incorrect. The corrected sentence is:

...with Reth and various CL clients locally.

This fix ensures the sentence is clear and properly structured, improving the readability and professionalism of the documentation.