docs: fix typos (#5059)

* docs: fix typos

* docs: fix typo

* docs: update by 'make cli'
This commit is contained in:
vuittont60
2024-01-16 09:18:54 +08:00
committed by GitHub
parent 31b797ed83
commit 0613eb7a21
8 changed files with 8 additions and 8 deletions

View File

@@ -1164,7 +1164,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.arg(
Arg::with_name("disable-deposit-contract-sync")
.long("disable-deposit-contract-sync")
.help("Explictly disables syncing of deposit logs from the execution node. \
.help("Explicitly disables syncing of deposit logs from the execution node. \
This overrides any previous option that depends on it. \
Useful if you intend to run a non-validating beacon node.")
.takes_value(false)

View File

@@ -99,7 +99,7 @@ impl<E: EthSpec> ProductionBeaconNode<E> {
DatabaseBackendOverride::Success(old_backend) => {
info!(
log,
"Slasher backend overriden";
"Slasher backend overridden";
"reason" => "database exists",
"configured_backend" => %old_backend,
"override_backend" => %slasher_config.backend,