docs: apply spelling and grammar fixes from unmerged PRs

Apply spelling, grammar, and documentation fixes from 20 unmerged PRs
with the spelling label. Changes include:

- Fix documentation typos and grammar issues across codebase
- Update broken links to use new reth.rs domain
- Correct RPC method names in trace API documentation
- Fix technical terminology (NVMe, Rlpx, etc.)
- Improve code comments for clarity
- Fix assertion error messages to reference correct variables
- Update era1 block index documentation

Co-Authored-By: Jennifer Paffrath <jennifer@paffrath.io>
Co-Authored-By: Max <max@digi.net>
This commit is contained in:
Matthias Seitz
2025-10-02 12:43:28 +02:00
parent 661400e857
commit 4b3f53915a
33 changed files with 67 additions and 70 deletions

View File

@@ -36,7 +36,7 @@ engine-api: []
# no fix due to https://github.com/paradigmxyz/reth/issues/8732
engine-cancun:
- Invalid PayloadAttributes, Missing BeaconRoot, Syncing=True (Cancun) (reth)
# the test fails with older verions of the code for which it passed before, probably related to changes
# the test fails with older versions of the code for which it passed before, probably related to changes
# in hive or its dependencies
- Blob Transaction Ordering, Multiple Clients (Cancun) (reth)