Skip to content

Commit 47980c1

Browse files
authored
Update index.md
There was 2 " The the " in to documentation in section of Block creation {#pow-block-creation}. I simply fix the dual "The" into 1. Kindly merge this PR as it will fix the grammar mistake and the documentation will look good. Thank you!
1 parent efa2d96 commit 47980c1

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/consensus-mechanisms

1 file changed

+1
-1
lines changed

src/content/developers/docs/consensus-mechanisms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Like Bitcoin, Ethereum once used a **proof-of-work (PoW)** based consensus proto
3636

3737
#### Block creation {#pow-block-creation}
3838

39-
Miners compete to create new blocks filled with processed transactions. The winner shares the new block with the rest of the network and earns some freshly minted ETH. The race is won by the computer which is able to solve a math puzzle fastest. This produces the cryptographic link between the current block and the block that went before. Solving this puzzle is the work in "proof-of-work". The the canonical chain is then determined by a fork-choice rule that selects the set of blocks that have had the most work done to mine them.
39+
Miners compete to create new blocks filled with processed transactions. The winner shares the new block with the rest of the network and earns some freshly minted ETH. The race is won by the computer which is able to solve a math puzzle fastest. This produces the cryptographic link between the current block and the block that went before. Solving this puzzle is the work in "proof-of-work". The canonical chain is then determined by a fork-choice rule that selects the set of blocks that have had the most work done to mine them.
4040

4141
#### Security {#pow-security}
4242

0 commit comments

Comments
 (0)