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 #598

Open
wants to merge 3 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
2 changes: 1 addition & 1 deletion data-catalog/evm/bob/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ BOB’s hybrid L2 design will be launched in multiple stages:
</CardGroup>

<Tip>
While the white-gloved [decoded data](../ethereum/decoded/overview) is not avaialble for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL.
While the white-gloved [decoded data](../ethereum/decoded/overview) is not available for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL.
Visit [this page](../../../query-engine/Functions-and-operators/evm-decoding-functions) to learn how.
</Tip>
4 changes: 2 additions & 2 deletions data-catalog/evm/mode/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Mode is powered by the OP Stack, in collaboration with Optimism. We aim to contr
</CardGroup>

<Tip>
While the white-gloved [decoded data](../ethereum/decoded/overview) is not avaialble for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL.
While the white-gloved [decoded data](../ethereum/decoded/overview) is not available for Hosted chains, you can decode the raw data by using decoding UDF directly in SQL.
Visit [this page](../../../query-engine/Functions-and-operators/evm-decoding-functions) to learn how.
</Tip>
</Tip>
2 changes: 1 addition & 1 deletion echo/svm/balances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Data is typically available within 100 ms since a block was propagated to nodes.
| chain | Name of blockchain of token | string |
| address | ERC20 contract address or blockchain name for native token | string |
| amount | Amount of token owned in WEI | double |
| symbol | Symbol of token, if avilable | string |
| symbol | Symbol of token, if available | string |
| decimals | Decimals of token, if available | double |
| price_usd | Current price of token, if available | double |
| value_usd | Current value of token owned, if available | double |
Expand Down