Skip to content

Commit edda836

Browse files
Changed 'must NOT BE' to 'must not be' (graphql#980)
Co-authored-by: Roman Ivantsov <roman.ivantsov@microsoft.com>
1 parent 3aa021f commit edda836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ fragment conflictingDifferingResponses on Pet {
579579
- If {selectionType} is a scalar or enum:
580580
- The subselection set of that selection must be empty.
581581
- If {selectionType} is an interface, union, or object:
582-
- The subselection set of that selection must NOT BE empty.
582+
- The subselection set of that selection must not be empty.
583583

584584
**Explanatory Text**
585585

0 commit comments

Comments
 (0)