Skip to content

Commit 60323c9

Browse files
authored
fix typo (graphql#896)
1 parent 43f01be commit 60323c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ fragment conflictingBecauseAlias on Dog {
486486
}
487487
```
488488

489-
Identical arguments are also merged if they have identical arguments. Both
489+
Identical fields are also merged if they have identical arguments. Both
490490
values and variables can be correctly merged.
491491

492492
For example the following correctly merge:

0 commit comments

Comments
 (0)