From 877e2ba3d59e311f5df2d2410fe7be712f177469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gerardo=20romero=20ni=C3=B1o?= <1422081+gerardorn@users.noreply.github.com> Date: Mon, 26 Sep 2022 01:50:31 -0500 Subject: [PATCH] docs: update Private-Network.md (#25862) Fixing typo --- docs/_interface/Private-Network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/Private-Network.md b/docs/_interface/Private-Network.md index 4a2effc69b..87d4ea89fc 100644 --- a/docs/_interface/Private-Network.md +++ b/docs/_interface/Private-Network.md @@ -227,7 +227,7 @@ For PoW in a simple private network, a single CPU miner instance is enough to cr geth --mine --miner.threads=1 --miner.etherbase=0xf41c74c9ae680c1aa78f42e5647a62f353b7bdde ``` -This will start mining bocks and transactions on a single CPU thread, crediting all block rewards to the account specified by `--miner.etherbase`. +This will start mining blocks and transactions on a single CPU thread, crediting all block rewards to the account specified by `--miner.etherbase`. ## End-to-end example {#end-to-end-example}