Skip to content

Commit 5b49dae

Browse files
idalithbbenface
andauthored
Update website/pages/en/developing/creating-a-subgraph.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent c54827c commit 5b49dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/developing/creating-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ type Gravatar @entity(immutable: true) {
445445

446446
#### Bad Example
447447

448-
The following example of `GravatarAccepted` and `GravatarDeclined` entities is based around events. It is not recommended to map events or function calls to entities 1:1.
448+
The following example `GravatarAccepted` and `GravatarDeclined` entities are based around events. It is not recommended to map events or function calls to entities 1:1.
449449

450450
```graphql
451451
type GravatarAccepted @entity {

0 commit comments

Comments
 (0)