Skip to content
New issue

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

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

Already on GitHub? # to your account

Documentation Refinements: Grammar & Clarity Fixes #2148

Merged
merged 3 commits into from
Mar 3, 2025
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For small typos or corrections, it is easy to contribute without the need to clo
repository. Simply:

- Find the page you want to edit.
- Click on the "Edit on GitHub" button in the right sidebar
- Click the "Edit on GitHub" button in the right sidebar
- Make the changes and Hit "Commit changes ..."
- Edit the `commit message` to describe the change in 4 or less words, and include any extra details in the description
- Hit "Sign off and commit changes" to raise a PR with your proposed changes
Expand Down Expand Up @@ -96,4 +96,4 @@ editing:_

- If you understand the issue enough to provide a correction, follow the steps
[here](https://github.com/ava-labs/avalanche-docs#quick-fixes).
- If not, please raise an [Issue](https://github.com/ava-labs/avalanche-docs/issues/new/choose).
- If not, please raise an [Issue](https://github.com/ava-labs/avalanche-docs/issues/new/choose).
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icon: Book
The AvaCloud Data API provides a comprehensive set of endpoints to interact with Avalanche networks. These endpoints allow you to query information about blocks, transactions, assets, and more.

Below are some of the key endpoints available in the Data API.
A more comphrensive list of Data API endpoints can be found [here](https://developers.avacloud.io/data-api/overview).
A more comprehensive list of Data API endpoints can be found [here](https://developers.avacloud.io/data-api/overview).

## Data API Reference
### EVM Endpoints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: Book

## Add Your Own Custom Action

Think of actions in HyperSDK like functions in EVMs. They have inputs, outputs, and execution logic.
Think of actions in HyperSDK as functions in EVMs. They have inputs, outputs, and execution logic.

Let's add the Greeting action. This action doesn’t change anything; it simply prints your balance and the current date. However, if it's executed in a transaction, the output will be recorded in a block on the chain.

Expand Down
Loading