Skip to content

Commit 6d1e96d

Browse files
committed
Make requests to a server
For example (http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html)
1 parent 60a273d commit 6d1e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Language
22

3-
Clients use the GraphQL language to make requests from a GraphQL server. We
3+
Clients use the GraphQL language to make requests to a GraphQL server. We
44
refer to these requests as documents. A document may contain operations
55
(queries and mutations are both operations) and fragments, a common unit
66
of composition allowing for query reuse.

0 commit comments

Comments
 (0)