You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/developing/creating-a-subgraph.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,7 +445,7 @@ type Gravatar @entity(immutable: true) {
445
445
446
446
#### Bad Example
447
447
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.
0 commit comments