From a3b9990bebe58bc340f8e07f28607046bf258217 Mon Sep 17 00:00:00 2001 From: Chris Hobcroft Date: Sun, 2 May 2021 20:31:49 +0530 Subject: [PATCH] Fixed confusing typo (#2533) "One or more" appears to be a better description than "One of more" --- beacon_chain/conf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index 2881c5072..cef51736a 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -107,7 +107,7 @@ type name: "wallets-dir" }: Option[InputDir] web3Urls* {. - desc: "One of more Web3 provider URLs used for obtaining deposit contract data" + desc: "One or more Web3 provider URLs used for obtaining deposit contract data" name: "web3-url" }: seq[string] web3Mode* {.