Skip to content

Commit eca9c52

Browse files
best-practices: "Dos" is a simple plural (not possessive) - apostrophe removed
1 parent 6a5f383 commit eca9c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/querying/best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ When using the types generation tool, the above query will generate a proper `De
362362

363363
## GraphQL Fragment Guidelines
364364

365-
### Do's and Don'ts for Fragments
365+
### Dos and Don'ts for Fragments
366366

367367
1. Fragments cannot be based on a non-applicable types (types without fields).
368368
2. `BigInt` cannot be used as a fragment's base because it's a **scalar** (native "plain" type).

0 commit comments

Comments
 (0)