Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix minor typos in docs #447

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/commands/generate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Use "sedge generate [command] --help" for more information about a command.

### Lido Flow

With the `--lido` flag, you can generate a Lido CSM node. This will generate a full node, a execution, a consensus, a validator o a mev-boost node with the Lido CSM configuration.
With the `--lido` flag, you can generate a Lido CSM node. This will generate a full node, an execution, a consensus, a validator or a mev-boost node with the Lido CSM configuration.

It will include in the configuration of the selected node:
- Lido Withdrawal Credentials
Expand Down Expand Up @@ -322,4 +322,4 @@ Global Flags:
--log-level string Set Log Level, e.g panic, fatal, error, warn, warning, info, debug, trace (default "info")
--logging string Docker logging driver used by all the services. Set 'none' to use the default docker logging driver. Possible values: [none json] (default "json")
-p, --path string generation path for sedge data. Default is sedge-data (default "/path/to/sedge/sedge-data")
```
```
4 changes: 2 additions & 2 deletions docs/docs/quickstart/samples/running-mev-boost.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Sedge can be used to run a MEV-boost node, running only one node, or alongside a
### Running a MEV-boost node alone

You can run a MEV-boost node alone, connecting to a default Relay url, or setting your own.
There is a example of how to generate a MEV-boost node using Sedge:
There is an example of how to generate a MEV-boost node using Sedge:

```
sedge generate mevboost
Expand All @@ -34,4 +34,4 @@ You can override that config, and not running the MEV-boost node, by setting the

```
sedge generate full-node --no-mev-boost
```
```