Skip to content

Commit

Permalink
remove non standard hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent 61d2117 commit 815952a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,9 @@ fragment argOnOptional on Dog {
}
```

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

```graphql example
fragment withFragmentArg($command: DogCommand) on Dog {
Expand Down

0 comments on commit 815952a

Please sign in to comment.