Skip to content

Commit b3f9287

Browse files
committed
lint fixes
1 parent 059b5cd commit b3f9287

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/Section 5 -- Validation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,13 +1488,13 @@ query @skip(if: $foo) {
14881488

14891489
**Explanatory Text**
14901490

1491-
GraphQL allows directives that are defined as `repeatable` to be used
1492-
more than once on the definition they apply to, possibly with different arguments.
1493-
In contrast, if a directive is not `repeatable`, then only one occurence of it
1494-
is allowed per location.
1491+
GraphQL allows directives that are defined as `repeatable` to be used more than
1492+
once on the definition they apply to, possibly with different arguments. In
1493+
contrast, if a directive is not `repeatable`, then only one occurrence of it is
1494+
allowed per location.
14951495

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

14991499
```raw graphql counter-example
15001500
query ($foo: Boolean = true, $bar: Boolean = false) {

0 commit comments

Comments
 (0)