Skip to content

Commit 4edcfca

Browse files
committed
Merge pull request #40 from enaqx/patch-1
Make requests to a server
2 parents 60a273d + 6d1e96d commit 4edcfca

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)