Skip to content

Commit c18590c

Browse files
authored
Fix typo in Type System section (graphql#905)
1 parent 60323c9 commit c18590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ Produces the ordered result:
798798
```
799799

800800
If a field is queried multiple times in a selection, it is ordered by the first
801-
time it is encountered. However fragments for which the type does not apply does
801+
time it is encountered. However fragments for which the type does not apply do
802802
not affect ordering.
803803

804804
```graphql example

0 commit comments

Comments
 (0)