Skip to content

Commit 5294b8b

Browse files
committed
Fix minor typo
1 parent 7c03988 commit 5294b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ When querying the `firstSearchResult` field of type `SearchQuery`, the
558558
query would ask for all fields inside of a fragment indicating the appropriate
559559
type. If the query wanted the name if the result was a Person, and the height if
560560
it was a photo, the following query is invalid, because the union itself
561-
defines not fields:
561+
defines no fields:
562562

563563
```!
564564
{

0 commit comments

Comments
 (0)