Fix typos in documentation (#13094)

This commit is contained in:
Woolfgm
2024-12-04 14:45:51 +01:00
committed by GitHub
parent 53243a29f3
commit 589fc2a68d
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ help:
text: |
Reth uses the Zepter CLI to detect abnormalities in Cargo features, e.g. missing propagation.
It looks like one more more checks failed; please check the console output.
It looks like one more checks failed; please check the console output.
You can try to automatically address them by installing zepter (`cargo install zepter --locked`) and simply running `zepter` in the workspace root.
links:

View File

@ -30,7 +30,7 @@ See examples in a [dedicated repository](https://github.com/paradigmxyz/reth-exe
| Example | Description |
| ----------------------- | --------------------------------------------------------------------------- |
| [DB over RPC](./rpc-db) | Illustrates how to run a standalone RPC server over a Rethdatabase instance |
| [DB over RPC](./rpc-db) | Illustrates how to run a standalone RPC server over a Reth database instance |
## Database