Skip to content

Commit 422941d

Browse files
fixing typo
1 parent c37f48f commit 422941d

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
@@ -626,7 +626,7 @@ This more elaborate way of storing many-to-many relationships will result in les
626626

627627
#### Adding comments to the schema
628628

629-
As per GraphQL spec, comments can be added above schema entity attributes using the hash symble `#`. This is illustrated in the example below:
629+
As per GraphQL spec, comments can be added above schema entity attributes using the hash symbol `#`. This is illustrated in the example below:
630630

631631
```graphql
632632
type MyFirstEntity @entity {

0 commit comments

Comments
 (0)