Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #603

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cheatsheet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion docs/flashbots-auction/advanced/gas-fee-refunds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/flashbots-data/mev-inspect-py/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down