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

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 HyperIndex_versioned_docs/version-v1/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Command to see available CLI commands for Envio.
envio --help
```

## Indexer Initalization
## Indexer Initialization

Once you have completed the installation step, you can initialize your own indexer via the following options:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Here are some HyperIndex features Fuel developers can expect:
## Relevant Links

- [Envio HyperSync](https://docs.envio.dev/docs/HyperIndex/overview-hypersync)
- [Fuel’s HyperSync Doumentation](https://github.com/enviodev/hypersync-fuel-docs)
- [Fuel’s HyperSync Documentation](https://github.com/enviodev/hypersync-fuel-docs)

## About Fuel

Expand Down
2 changes: 1 addition & 1 deletion docs/HyperIndex/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /getting-started

<iframe width="560" height="315" src="https://www.youtube.com/embed/LNhaN-Cikis" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Indexer Initalization
## Indexer Initialization

### Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion docs/unused/example-reNFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /example-reNFT

# reNFT Contract

This [repo](https://github.com/enviodev/reNFT-index) contains an example Envio indexer built using TypeScript for the [reNFT contract](https://polygonscan.com/address/0x4e52B73Aa28b7FF84d88eA3A90C0668f46043450) deployed on Poylgon.
This [repo](https://github.com/enviodev/reNFT-index) contains an example Envio indexer built using TypeScript for the [reNFT contract](https://polygonscan.com/address/0x4e52B73Aa28b7FF84d88eA3A90C0668f46043450) deployed on Polygon.

All of the events from the reNFT contract are indexed as entities and the `EventsSummary` entity is defined to track number of each event that the indexer has indexed.

Expand Down