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}