Skip to content

Commit 85552e2

Browse files
author
Matt Jones
committed
Fix typos in validation examples
1 parent c5b4b38 commit 85552e2

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
@@ -1251,7 +1251,7 @@ query variableIsDefinedUsedInSingleFragment($atOtherHomes: Boolean) {
12511251
}
12521252

12531253
fragment isHousetrainedFragment on Dog {
1254-
isHousetrained(atOtherHomes: $atOtherHomes}
1254+
isHousetrained(atOtherHomes: $atOtherHomes)
12551255
}
12561256
```
12571257

@@ -1270,7 +1270,7 @@ query variableIsNotDefinedUsedInSingleFragment {
12701270
}
12711271
12721272
fragment isHousetrainedFragment on Dog {
1273-
isHousetrained(atOtherHomes: $atOtherHomes}
1273+
isHousetrained(atOtherHomes: $atOtherHomes)
12741274
}
12751275
```
12761276

@@ -1288,7 +1288,7 @@ fragment outerHousetrainedFragment on Dog {
12881288
}
12891289
12901290
fragment isHousetrainedFragment on Dog {
1291-
isHousetrained(atOtherHomes: $atOtherHomes}
1291+
isHousetrained(atOtherHomes: $atOtherHomes)
12921292
}
12931293
```
12941294

@@ -1309,7 +1309,7 @@ query housetrainedQueryTwo($atOtherHomes: Boolean) {
13091309
}
13101310

13111311
fragment isHousetrainedFragment on Dog {
1312-
isHousetrained(atOtherHomes: $atOtherHomes}
1312+
isHousetrained(atOtherHomes: $atOtherHomes)
13131313
}
13141314
```
13151315

0 commit comments

Comments
 (0)