Skip to content

Commit 059b5cd

Browse files
authored
lint
1 parent 6ca4641 commit 059b5cd

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
@@ -1491,7 +1491,7 @@ query @skip(if: $foo) {
14911491
GraphQL allows directives that are defined as `repeatable` to be used
14921492
more than once on the definition they apply to, possibly with different arguments.
14931493
In contrast, if a directive is not `repeatable`, then only one occurence of it
1494-
is allowed per location.
1494+
is allowed per location.
14951495

14961496
For example, the following document will not pass validation because non-repeatable
14971497
`@skip` has been used twice for the same field:

0 commit comments

Comments
 (0)