diff --git a/data-catalog/evm/bob/overview.mdx b/data-catalog/evm/bob/overview.mdx
index 385bee35..272304a1 100644
--- a/data-catalog/evm/bob/overview.mdx
+++ b/data-catalog/evm/bob/overview.mdx
@@ -68,6 +68,6 @@ BOB’s hybrid L2 design will be launched in multiple stages:
-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.
diff --git a/data-catalog/evm/mode/overview.mdx b/data-catalog/evm/mode/overview.mdx
index b3393694..31866e35 100644
--- a/data-catalog/evm/mode/overview.mdx
+++ b/data-catalog/evm/mode/overview.mdx
@@ -50,6 +50,6 @@ Mode is powered by the OP Stack, in collaboration with Optimism. We aim to contr
-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.
-
\ No newline at end of file
+
diff --git a/echo/svm/balances.mdx b/echo/svm/balances.mdx
index 314b7d84..9d58fbb9 100644
--- a/echo/svm/balances.mdx
+++ b/echo/svm/balances.mdx
@@ -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 |