Skip to content

Commit 9714df1

Browse files
0xa3k5benface
andauthored
Update subgraph-manifest.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent a93aaba commit 9714df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/subgraph-manifest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ let tradingPair = context.getString('tradingPair')
452452

453453
There are setters and getters like `setString` and `getString` for all value types.
454454

455-
> **Note:** Referecing an entity is done via ID in graphQL. That id can be passed into the instantiated data source by setting it in the context and then accessed within the mapping of the template. Example can be found in the [documenation of graph-ts](https://github.com/graphprotocol/graph-tooling/tree/main/packages/ts#api).
455+
> Referencing an entity is done via ID in GraphQL. That ID can be passed into the instantiated data source by setting it in the context and then accessed within the mapping of the template. An example can be found in the [documentation of `graph-ts`](https://github.com/graphprotocol/graph-tooling/tree/main/packages/ts#api).
456456
457457
## Start Blocks
458458

0 commit comments

Comments
 (0)