diff --git a/docs/cheatsheet.mdx b/docs/cheatsheet.mdx index ed1385349..55b77d3b4 100644 --- a/docs/cheatsheet.mdx +++ b/docs/cheatsheet.mdx @@ -174,7 +174,7 @@ Mind the indentation here, code blocks in code blocks isn't normal usage ``` ``` -Theres a lot of different formattings to use, `md`, `js`, `ts`, etc. The package used is [Prism react render](https://github.com/FormidableLabs/prism-react-renderer) +Theres a lot of different formatting to use, `md`, `js`, `ts`, etc. The package used is [Prism react render](https://github.com/FormidableLabs/prism-react-renderer) ## Quotes @@ -329,7 +329,7 @@ Linked logo: [![alt text](//img/logo.png)](https://docs.flashbots.net/ "Off to t ## MDX features -A quick note on using what's called `.mdx` features, `mdx` means markdown extended, to used these features, you need to name your file to have the extention `.mdx` +A quick note on using what's called `.mdx` features, `mdx` means markdown extended, to used these features, you need to name your file to have the extension `.mdx` For example `cheatsheet.mdx` diff --git a/docs/flashbots-auction/advanced/gas-fee-refunds.md b/docs/flashbots-auction/advanced/gas-fee-refunds.md index f0b2c63e4..b0f730e02 100644 --- a/docs/flashbots-auction/advanced/gas-fee-refunds.md +++ b/docs/flashbots-auction/advanced/gas-fee-refunds.md @@ -113,7 +113,7 @@ $$ \sum_i r_i \leq v(T) - c $$ -where $\phi(T, c)$ are the orginal flat-tax rebates as defined above. +where $\phi(T, c)$ are the original flat-tax rebates as defined above. ## Who receives refunds diff --git a/docs/flashbots-data/mev-inspect-py/quick-start.md b/docs/flashbots-data/mev-inspect-py/quick-start.md index c75e74d65..c4f8e7f75 100644 --- a/docs/flashbots-data/mev-inspect-py/quick-start.md +++ b/docs/flashbots-data/mev-inspect-py/quick-start.md @@ -39,7 +39,7 @@ mev-inspect-py currently requires and RPC with support for OpenEthereum / Erigon ::: -Next, start all servcies with: +Next, start all services with: ```sh tilt up @@ -129,7 +129,7 @@ The `profit_token_address` is the address for WETH, our `start_amount` is 70 WET ## Query for arbitrage swaps -We can learn about the swaps involed in this arbitrage by joining against the `arbitrage_swaps` and `swaps` tables +We can learn about the swaps involved in this arbitrage by joining against the `arbitrage_swaps` and `swaps` tables :::note You'll need to switch in the id you got in the first query for arbitrage_id diff --git a/docs/flashbots-protect/additional-documentation/eth-sendPrivateTransaction.mdx b/docs/flashbots-protect/additional-documentation/eth-sendPrivateTransaction.mdx index b238c4a7b..5bd63ef31 100644 --- a/docs/flashbots-protect/additional-documentation/eth-sendPrivateTransaction.mdx +++ b/docs/flashbots-protect/additional-documentation/eth-sendPrivateTransaction.mdx @@ -202,7 +202,7 @@ Flashbots currently supports sending orderflow to the following block builders. #### `validity` -Validity is used to specify the address and percentage to pay any refund from the backrun of a `eth_sendPrivateTranasction` transaction. +Validity is used to specify the address and percentage to pay any refund from the backrun of a `eth_sendPrivateTransaction` transaction. By default, the refund is paid to the signer of the transaction and 90% of the backrun value is sent to the signer's address.