Skip to content

Commit 0c600a3

Browse files
chore: fix some comments (#1709)
Signed-off-by: wanxiangchwng <[email protected]>
1 parent 687bbd0 commit 0c600a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/aggregations/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Block @entity(timeseries: true) {
2020
timestamp: Timestamp!
2121
hash: Bytes!
2222
number: Int!
23-
# Artifical grouping keys; groupN is number % 10^N. In a real subgraph,
23+
# Artificial grouping keys; groupN is number % 10^N. In a real subgraph,
2424
# this might be something like a reference to a `Token`
2525
group1: Int!
2626
group2: Int!

packages/cli/src/command-helpers/abi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const TEST_CONTRACT_START_BLOCKS = {
3939

4040
// Skipping these networks for now because they do not support the latest etherscan contracts API or is blockScout based
4141

42-
// Chains that doesnt support the latest etherscan contracts API
42+
// Chains that doesn't support the latest etherscan contracts API
4343
// mumbai: {
4444
// '0x73bDCeC61b7b4707Baa4775c06A438A903065a17': 29_110_890,
4545
// },

packages/cli/src/command-helpers/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const updateSubgraphNetwork = async (
4848
return source;
4949
});
5050

51-
// All data sources shoud be on the same network,
51+
// All data sources should be on the same network,
5252
// so we have to update the network of all templates too.
5353
// eslint-disable-next-line -- prettier has problems with &&=
5454
subgraph.templates &&

0 commit comments

Comments
 (0)