Skip to content

Fix typos in documentation #431

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 3 commits into
base: master
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 docs/sdk/resources/substrate/gear.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >-
# Gear support

:::info
SQD Network has gateways for two networks that use Gear Protocol: **Vara** and **Vara Testnet**. Here are their endopint URLs:
SQD Network has gateways for two networks that use Gear Protocol: **Vara** and **Vara Testnet**. Here are their endpoint URLs:
```
https://v2.archive.subsquid.io/network/vara
```
Expand Down
2 changes: 1 addition & 1 deletion docs/squid-cli/tags.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`sqd tags`
=============

Manage squid deployements' tags. See the [slots and tags guide](/cloud/resources/slots-and-tags).
Manage squid deployments' tags. See the [slots and tags guide](/cloud/resources/slots-and-tags).

* [`sqd tags add`](#sqd-tags-add)
* [`sqd tags remove`](#sqd-tags-remove)
Expand Down
2 changes: 1 addition & 1 deletion docs/tron-indexing/tron-batch-processor/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Omit the `where` field to subscribe to all logs network-wide.

**Related data** can be requested via the `include` field:

- `transaction = true`: will retrieve the parent transacton for each selected log.
- `transaction = true`: will retrieve the parent transaction for each selected log.

The data will be added to the `.transactions` iterable within [block data](/tron-indexing/tron-batch-processor/context-interfaces) and made available via the `.transaction` field of each log item.

Expand Down