Skip to content

Commit 61cbbb8

Browse files
committed
Grammar fixes;
1 parent 4d00390 commit 61cbbb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/Section 5 -- Validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ fragment ownerFragment on Dog {
870870

871871
** Formal Specification **
872872

873-
* For each {spread} (named or inline) in defined in the document.
873+
* For each {spread} (named or inline) defined in the document.
874874
* Let {fragment} be the target of {spread}
875875
* Let {fragmentType} be the type condition of {fragment}
876876
* Let {parentType} be the type of the selection set containing {spread}
@@ -893,7 +893,7 @@ the parent type.
893893

894894
##### Object Spreads In Object Scope
895895

896-
In the scope of a object type, the only valid object type
896+
In the scope of an object type, the only valid object type
897897
fragment spread is one that applies to the same type that
898898
is in scope.
899899

@@ -1100,8 +1100,8 @@ usage of a directive, the directive must be available on that server.
11001100

11011101
** Explanatory Text **
11021102

1103-
Variable defined by operations are allowed to define default values
1104-
if the type of that variable not non-null.
1103+
Variables defined by operations are allowed to define default values
1104+
if the type of that variable is not non-null.
11051105

11061106
For example the following query will pass validation.
11071107

0 commit comments

Comments
 (0)