diff --git a/docs/frame/dynamic-fee.md b/docs/frame/dynamic-fee.md index d2db0fac35..c264bb1838 100644 --- a/docs/frame/dynamic-fee.md +++ b/docs/frame/dynamic-fee.md @@ -8,7 +8,7 @@ the functionality of Ethereum dynamic fee adjustment. The pallet works by keeping track of the current minimum gas price in a Substrate storage `MinGasPrice`. Each Substrate block, the proposer can submit an inherent extrinsic `note_min_gas_price_target`. When a block is built, the -minimum gas price is adjusted similar to Ethereum's algorithm. +minimum gas price is adjusted similarly to Ethereum's algorithm. ## Usage @@ -42,4 +42,4 @@ fn inherent_data_providers( Ok(inherent_data_providers) } -``` \ No newline at end of file +``` diff --git a/docs/node-template-release.md b/docs/node-template-release.md index 09ab3bb526..de497ac618 100644 --- a/docs/node-template-release.md +++ b/docs/node-template-release.md @@ -1,6 +1,6 @@ # Frontier Node Template Release Process -> NOTE: this based on the +> NOTE: this is based on the > [Subtrate node template release process](https://github.com/paritytech/substrate/blob/master/docs/node-template-release.md) - 1. Clone and checkout the `main` branch of the diff --git a/docs/overview.md b/docs/overview.md index c6c9eb567a..d10f276502 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -6,9 +6,9 @@ independently. ## EVM execution only In many situations, a Substrate blockchain may only want to include -EVM execution capatibilities. In this way, it functions similarly to +EVM execution capabilities. In this way, it functions similarly to `pallet-contracts`, integrates with Substrate better and is less -intrusive. The module, and its EVM execution capatibilties, can be +intrusive. The module, and its EVM execution capabilities, can be added or removed at any moment via forkless upgrades. With EVM execution only, Substrate uses its account model fully and signs transactions on behalf of EVM accounts.