diff --git a/.config/zepter.yaml b/.config/zepter.yaml index f5d320b4af97..22b0bf609e6c 100644 --- a/.config/zepter.yaml +++ b/.config/zepter.yaml @@ -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: diff --git a/examples/README.md b/examples/README.md index b7847c904a86..0b42c0c488b1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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