Skip to content

Commit 2eca8f9

Browse files
best-practices: removed extra article
1 parent eca9c52 commit 2eca8f9

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
@@ -364,7 +364,7 @@ When using the types generation tool, the above query will generate a proper `De
364364

365365
### Dos and Don'ts for Fragments
366366

367-
1. Fragments cannot be based on a non-applicable types (types without fields).
367+
1. Fragments cannot be based on 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).
369369

370370
Example:

0 commit comments

Comments
 (0)