Skip to content

Commit fe24672

Browse files
authored
fix:typos (#846)
1 parent f74b955 commit fe24672

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

website/pages/en/indexing/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ indexer=<INDEXER_NAME>
258258
cat > terraform.tfvars <<EOF
259259
project = "$proj_id"
260260
indexer = "$indexer"
261-
database_password = "<database passowrd>"
261+
database_password = "<database password>"
262262
EOF
263263
```
264264

website/pages/en/indexing/tap.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
5353

5454
### Gateway
5555

56-
| Component | Edge and Node Mainnet (Aribtrum Mainnet) | Edge and Node Testnet (Arbitrum Sepolia) |
56+
| Component | Edge and Node Mainnet (Arbitrum Mainnet) | Edge and Node Testnet (Arbitrum Sepolia) |
5757
| ---------- | --------------------------------------------- | --------------------------------------------- |
5858
| Sender | `0xDDE4cfFd3D9052A9cb618fC05a1Cd02be1f2F467` | `0xC3dDf37906724732FfD748057FEBe23379b0710D` |
5959
| Signers | `0xfF4B7A5EfD00Ff2EC3518D4F250A27e4c29A2211` | `0xFb142dE83E261e43a81e9ACEADd1c66A0DB121FE` |
@@ -63,10 +63,10 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
6363

6464
In addition to the typical requirements to run an indexer, you’ll need a `tap-escrow-subgraph` endpoint to query TAP updates. You can use The Graph Network to query or host yourself on your `graph-node`.
6565

66-
- [Graph TAP Aribtrum Sepolia subgraph (for The Graph testnet)](https://thegraph.com/explorer/subgraphs/7ubx365MiqBH5iUz6XWXWT8PTof5BVAyEzdb8m17RvbD)
66+
- [Graph TAP Arbitrum Sepolia subgraph (for The Graph testnet)](https://thegraph.com/explorer/subgraphs/7ubx365MiqBH5iUz6XWXWT8PTof5BVAyEzdb8m17RvbD)
6767
- [Graph TAP Arbitrum One subgraph (for The Graph mainnet)](https://thegraph.com/explorer/subgraphs/4sukbNVTzGELnhdnpyPqsf1QqtzNHEYKKmJkgaT8z6M1)
6868

69-
> Note: `indexer-agent` does not currently handle the indexing of this subgraph like it does for the network subgraph deployement. As a result, you have to index it manually.
69+
> Note: `indexer-agent` does not currently handle the indexing of this subgraph like it does for the network subgraph deployment. As a result, you have to index it manually.
7070
7171
## Migration Guide
7272

website/pages/en/indexing/tooling/graph-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ During indexing subgraphs might fail, if they encounter data that is unexpected,
287287

288288
In some cases a failure might be resolvable by the indexer (for example if the error is a result of not having the right kind of provider, adding the required provider will allow indexing to continue). However in others, a change in the subgraph code is required.
289289

290-
> Deterministic failures are considered "final", with a Proof of Indexing generated for the failing block, while non-determinstic failures are not, as the subgraph may manage to "unfail" and continue indexing. In some cases, the non-deterministic label is incorrect, and the subgraph will never overcome the error; such failures should be reported as issues on the Graph Node repository.
290+
> Deterministic failures are considered "final", with a Proof of Indexing generated for the failing block, while non-deterministic failures are not, as the subgraph may manage to "unfail" and continue indexing. In some cases, the non-deterministic label is incorrect, and the subgraph will never overcome the error; such failures should be reported as issues on the Graph Node repository.
291291
292292
#### Block and call cache
293293

website/pages/en/subgraphs/developing/creating/advanced.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ You can now create file data sources during execution of chain-based handlers:
272272
- Import the template from the auto-generated `templates`
273273
- call `TemplateName.create(cid: string)` from within a mapping, where the cid is a valid content identifier for IPFS or Arweave
274274

275-
For IPFS, Graph Node supports [v0 and v1 content identifiers](https://docs.ipfs.tech/concepts/content-addressing/), and content identifers with directories (e.g. `bafyreighykzv2we26wfrbzkcdw37sbrby4upq7ae3aqobbq7i4er3tnxci/metadata.json`).
275+
For IPFS, Graph Node supports [v0 and v1 content identifiers](https://docs.ipfs.tech/concepts/content-addressing/), and content identifiers with directories (e.g. `bafyreighykzv2we26wfrbzkcdw37sbrby4upq7ae3aqobbq7i4er3tnxci/metadata.json`).
276276

277277
For Arweave, as of version 0.33.0 Graph Node can fetch files stored on Arweave based on their [transaction ID](https://docs.arweave.org/developers/arweave-node-server/http-api#transactions) from an Arweave gateway ([example file](https://bdxujjl5ev5eerd5ouhhs6o4kjrs4g6hqstzlci5pf6vhxezkgaa.arweave.net/CO9EpX0lekJEfXUOeXncUmMuG8eEp5WJHXl9U9yZUYA)). Arweave supports transactions uploaded via Irys (previously Bundlr), and Graph Node can also fetch files based on [Irys manifests](https://docs.irys.xyz/overview/gateways#indexing).
278278

website/pages/en/subgraphs/developing/creating/graph-ts/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `apiVersion` in the subgraph manifest specifies the mapping API version whic
3737
| 0.0.6 | Added `nonce` field to the Ethereum Transaction object<br />Added `baseFeePerGas` to the Ethereum Block object |
3838
| 0.0.5 | AssemblyScript upgraded to version 0.19.10 (this includes breaking changes, please see the [`Migration Guide`](/resources/release-notes/assemblyscript-migration-guide/))<br />`ethereum.transaction.gasUsed` renamed to `ethereum.transaction.gasLimit` |
3939
| 0.0.4 | Added `functionSignature` field to the Ethereum SmartContractCall object |
40-
| 0.0.3 | Added `from` field to the Ethereum Call object<br />`etherem.call.address` renamed to `ethereum.call.to` |
40+
| 0.0.3 | Added `from` field to the Ethereum Call object<br />`ethereum.call.address` renamed to `ethereum.call.to` |
4141
| 0.0.2 | Added `input` field to the Ethereum Transaction object |
4242

4343
### Built-in Types

website/pages/en/subgraphs/developing/creating/graph-ts/common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ title: Common AssemblyScript Issues
44

55
There are certain [AssemblyScript](https://github.com/AssemblyScript/assemblyscript) issues that are common to run into during subgraph development. They range in debug difficulty, however, being aware of them may help. The following is a non-exhaustive list of these issues:
66

7-
- `Private` class variables are not enforced in [AssembyScript](https://www.assemblyscript.org/status.html#language-features). There is no way to protect class variables from being directly changed from the class object.
7+
- `Private` class variables are not enforced in [AssemblyScript](https://www.assemblyscript.org/status.html#language-features). There is no way to protect class variables from being directly changed from the class object.
88
- Scope is not inherited into [closure functions](https://www.assemblyscript.org/status.html#on-closures), i.e. variables declared outside of closure functions cannot be used. Explanation in [Developer Highlights #3](https://www.youtube.com/watch?v=1-8AW-lVfrA&t=3243s).

website/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Unit Testing Framework
33
---
44

5-
Learn how to use Matchstick, a unit testing framework developed by [LimeChain](https://limechain.tech/). Matchstick enables subgraph developers to test their mapping logic in a sandboxed environment and sucessfully deploy their subgraphs.
5+
Learn how to use Matchstick, a unit testing framework developed by [LimeChain](https://limechain.tech/). Matchstick enables subgraph developers to test their mapping logic in a sandboxed environment and successfully deploy their subgraphs.
66

77
## Benefits of Using Matchstick
88

@@ -392,7 +392,7 @@ describe('handleUpdatedGravatars', () => {
392392
gravatar.save()
393393
})
394394
395-
test('Upates the displayName', () => {
395+
test('Updates the displayName', () => {
396396
assert.fieldEquals('Gravatar', '0x0', 'displayName', 'First Gravatar')
397397
398398
// code that should update the displayName to 1st Gravatar
@@ -441,7 +441,7 @@ describe("handleNewGravatar", () => {
441441
})
442442
443443
describe("handleUpdatedGravatar", () => {
444-
test("Upates the displayName", () => {
444+
test("Updates the displayName", () => {
445445
assert.fieldEquals("Gravatar", "0x0", "displayName", "First Gravatar")
446446
447447
// code that should update the displayName to 1st Gravatar
@@ -481,7 +481,7 @@ describe("handleUpdatedGravatar", () => {
481481
store.remove("Gravatar", "0x0")
482482
})
483483
484-
test("Upates the displayName", () => {
484+
test("Updates the displayName", () => {
485485
assert.fieldEquals("Gravatar", "0x0", "displayName", "First Gravatar")
486486
487487
// code that should update the displayName to 1st Gravatar
@@ -603,7 +603,7 @@ export function createNewGravatarEvent(
603603
newGravatarEvent.parameters = new Array()
604604
let idParam = new ethereum.EventParam('id', ethereum.Value.fromI32(id))
605605
let addressParam = new ethereum.EventParam(
606-
'ownderAddress',
606+
'ownerAddress',
607607
ethereum.Value.fromAddress(Address.fromString(ownerAddress)),
608608
)
609609
let displayNameParam = new ethereum.EventParam('displayName', ethereum.Value.fromString(displayName))
@@ -1160,7 +1160,7 @@ test('ethereum/contract dataSource creation example', () => {
11601160

11611161
#### Testing `file/ipfs` templates
11621162

1163-
Similarly to contract dynamic data sources, users can test test file datas sources and their handlers
1163+
Similarly to contract dynamic data sources, users can test test file data sources and their handlers
11641164

11651165
##### Example `subgraph.yaml`
11661166

website/pages/en/subgraphs/developing/managing/transferring-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To transfer ownership of a subgraph, do the following:
3535

3636
2. Choose the address that you would like to transfer the subgraph to:
3737

38-
![Subgraph Ownership Trasfer](/img/subgraph-ownership-transfer-2.png)
38+
![Subgraph Ownership Transfer](/img/subgraph-ownership-transfer-2.png)
3939

4040
Optionally, you can also use the built-in UI of NFT marketplaces like OpenSea:
4141

website/pages/en/subgraphs/querying/graphql-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Query for a single `Token` entity defined in your schema:
2929
}
3030
```
3131

32-
> Note: When querying for a single entity, the `id` field is required, and it must be writen as a string.
32+
> Note: When querying for a single entity, the `id` field is required, and it must be written as a string.
3333
3434
Query all `Token` entities:
3535

@@ -389,7 +389,7 @@ Graph Node implements [specification-based](https://spec.graphql.org/October2021
389389

390390
## Schema
391391

392-
The schema of your dataSources, i.e. the entity types, values, and relationships that are available to query, are defined through the [GraphQL Interface Definition Langauge (IDL)](https://facebook.github.io/graphql/draft/#sec-Type-System).
392+
The schema of your dataSources, i.e. the entity types, values, and relationships that are available to query, are defined through the [GraphQL Interface Definition Language (IDL)](https://facebook.github.io/graphql/draft/#sec-Type-System).
393393

394394
GraphQL schemas generally define root types for `queries`, `subscriptions` and `mutations`. The Graph only supports `queries`. The root `Query` type for your subgraph is automatically generated from the GraphQL schema that's included in your [subgraph manifest](/developing/creating-a-subgraph/#components-of-a-subgraph).
395395

website/pages/en/subgraphs/querying/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Since subgrounds has a large feature set to explore, here are some helpful start
5353
- [Concurrent Queries](https://docs.playgrounds.network/subgrounds/getting_started/async/)
5454
- Learn how to level up your queries by parallelizing them.
5555
- [Exporting Data to CSVs](https://docs.playgrounds.network/subgrounds/faq/exporting/)
56-
- A quick article on how to seemlessly save your data as CSVs for further analysis.
56+
- A quick article on how to seamlessly save your data as CSVs for further analysis.

0 commit comments

Comments
 (0)