diff --git a/docs/sdk/resources/substrate/gear.md b/docs/sdk/resources/substrate/gear.md index 4d3da63c..4fc01132 100644 --- a/docs/sdk/resources/substrate/gear.md +++ b/docs/sdk/resources/substrate/gear.md @@ -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 ``` diff --git a/docs/squid-cli/tags.md b/docs/squid-cli/tags.md index 9efc6bbb..067667f9 100644 --- a/docs/squid-cli/tags.md +++ b/docs/squid-cli/tags.md @@ -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) diff --git a/docs/tron-indexing/tron-batch-processor/logs.md b/docs/tron-indexing/tron-batch-processor/logs.md index c0d666da..9754223c 100644 --- a/docs/tron-indexing/tron-batch-processor/logs.md +++ b/docs/tron-indexing/tron-batch-processor/logs.md @@ -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.