Skip to content

Commit d3f61c0

Browse files
committed
lint
1 parent fedd89a commit d3f61c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ fragment safeDifferingArgs on Pet {
556556
```
557557

558558
However, the field responses must be shapes which can be merged. For example,
559-
leaf types must not differ. In this example, `someValue` might be a `String`
560-
or an `Int`:
559+
leaf types must not differ. In this example, `someValue` might be a `String` or
560+
an `Int`:
561561

562562
```graphql counter-example
563563
fragment conflictingDifferingResponses on Pet {

0 commit comments

Comments
 (0)