Skip to content

Commit 815952a

Browse files
committed
remove non standard hyphens
1 parent 61d2117 commit 815952a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 5 -- Validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -715,9 +715,9 @@ fragment argOnOptional on Dog {
715715
}
716716
```
717717

718-
The above is also applicable to fragment-definitions and fragment-spreads, each
719-
variable must be defined by the fragment-definition before it can be inserted as
720-
an argument by the fragment-spread.
718+
The above is also applicable to fragment definitions and fragment spreads, each
719+
variable must be defined by the fragment definition before it can be inserted as
720+
an argument by the fragment spread.
721721

722722
```graphql example
723723
fragment withFragmentArg($command: DogCommand) on Dog {

0 commit comments

Comments
 (0)