Skip to content

Commit e656f11

Browse files
api page typo: 'created withing a block'
1 parent 3654b0f commit e656f11

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/subgraphs/developing/creating/graph-ts

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ As the entity may not exist in the store yet, the `load` method returns a value
270270

271271
> Note: Loading entities is only necessary if the changes made in the mapping depend on the previous data of an entity. See the next section for the two ways of updating existing entities.
272272
273-
#### Looking up entities created withing a block
273+
#### Looking up entities created within a block
274274

275275
As of `graph-node` v0.31.0, `@graphprotocol/graph-ts` v0.30.0 and `@graphprotocol/graph-cli` v0.49.0 the `loadInBlock` method is available on all entity types.
276276

0 commit comments

Comments
 (0)