Skip to content

Commit aea7be1

Browse files
committed
Fix a typo
1 parent 545cba6 commit aea7be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GraphQL does not just verify if a request is syntactically correct.
55
Prior to execution, it can also verify that a request is valid
66
within the context of a given GraphQL schema. Validation is primarily
77
targeted at development-time tooling. Any client-side tooling
8-
should returns errors and not allow the formulation of queries
8+
should return errors and not allow the formulation of queries
99
known to violate the type system at a given point in time.
1010

1111
Total request validation on the server-side during execution is optional. As

0 commit comments

Comments
 (0)