From ce5a6f4c78950247adbe4e18bbd214554c967559 Mon Sep 17 00:00:00 2001 From: somethingstup <166286712+somethingstup@users.noreply.github.com> Date: Thu, 16 May 2024 21:37:40 -0700 Subject: [PATCH] Fix typo in index.md --- public/content/developers/docs/intro-to-ether/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/developers/docs/intro-to-ether/index.md b/public/content/developers/docs/intro-to-ether/index.md index dca8cfe19ec..bd333aad424 100644 --- a/public/content/developers/docs/intro-to-ether/index.md +++ b/public/content/developers/docs/intro-to-ether/index.md @@ -40,7 +40,7 @@ As well as creating ether through block rewards, ether can be destroyed through Ether burn occurs in every transaction on Ethereum. When users pay for their transactions, a base gas fee, set by the network according to transactional demand, gets destroyed. This, coupled with variable block sizes and a maximum gas fee, simplifies transaction fee estimation on Ethereum. When network demand is high, [blocks](https://etherscan.io/block/12965263) can burn more ether than they mint, effectively offsetting ether issuance. -Burning the base fee hinders a block producers ability to manipulate transactions. For example, if block producers received the base fee, they could include their own transactions for free and raise the base fee for everyone else. Alternatively, they could refund the base fee to some users off-chain, leading to a more opaque and complex transaction fee market. +Burning the base fee hinders a block producer's ability to manipulate transactions. For example, if block producers received the base fee, they could include their own transactions for free and raise the base fee for everyone else. Alternatively, they could refund the base fee to some users off-chain, leading to a more opaque and complex transaction fee market. ## Denominations of ether {#denominations}