Skip to content

Commit d7f52b3

Browse files
committed
Adapt documentation
1 parent 9c02898 commit d7f52b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/validator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this case, we will get::
3131
" Did you mean 'homePlanet'?",
3232
locations=[SourceLocation(line=5, column=9)]),
3333
GraphQLError(
34-
"Field 'friends' of type '[Character]' must have a sub selection of subfields."
34+
"Field 'friends' of type '[Character]' must have a selection of subfields."
3535
" Did you mean 'friends { ... }'?",
3636
locations=[SourceLocation(line=6, column=9)])]
3737

0 commit comments

Comments
 (0)