From 56a0bef6cba1c45c2bf32753d5f6148647f35641 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:50:16 +0100 Subject: [PATCH] docs: Minor typo fix in generate.mdx --- docs/docs/commands/generate.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/commands/generate.mdx b/docs/docs/commands/generate.mdx index 67dc12cc0..9fbc9a87c 100644 --- a/docs/docs/commands/generate.mdx +++ b/docs/docs/commands/generate.mdx @@ -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 o a mev-boost node with the Lido CSM configuration. It will include in the configuration of the selected node: - Lido Withdrawal Credentials @@ -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") -``` \ No newline at end of file +```