Skip to content

Fix misspelled words in the API reference and data catalog #570

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

Open
wants to merge 4 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 api-reference/tables/endpoint/upload.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For working with uploads, keep in mind that:
- File has to be < 200 MB
- Column names in the table can't start with a special character or digits.
- Private uploads require a Premium subscription.
- If you upload to an existing table name, it will delete the old data and overwite it with your new data. There is no append feature at the moment.
- If you upload to an existing table name, it will delete the old data and overwrite it with your new data. There is no append feature at the moment.
- To delete an upload table, you must go to `user settings (dune.com) -> data -> delete`.

If you have larger datasets you want to upload, please [contact us here](https://docs.google.com/forms/d/e/1FAIpQLSekx61WzIh-MII18zRj1G98aJeLM7U0VEBqaa6pVk_DQ7lq6Q/viewform)
Expand Down
2 changes: 1 addition & 1 deletion data-catalog/community/ghostlogs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Define and emit custom gasless events, replay historical transactio
# GhostLogs
[GhostLogs](https://ghostlogs.xyz) - add and emit gasless events from Smart Contracts.

GhostLogs is a tool that allows you to define and emit custom gasless events from Smart Contracts. Using these additonal events, you can replay historical transactions and automatically upload the data to Dune. This way, you can modify any deployed contract to emit gasless events and then export those logs to Dune tables. After that you'll be able to query and join with other native
GhostLogs is a tool that allows you to define and emit custom gasless events from Smart Contracts. Using these additional events, you can replay historical transactions and automatically upload the data to Dune. This way, you can modify any deployed contract to emit gasless events and then export those logs to Dune tables. After that you'll be able to query and join with other native
tables to create dashboards.

## What are gasless events?
Expand Down
2 changes: 1 addition & 1 deletion echo/evm/balances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To fetch balances for all supported chains please pass the `chain_ids=all` param
| 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
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