Skip to content

Commit b941e25

Browse files
authored
Merge pull request #843 from leventov/patch-1
Update Introduction.md
2 parents d2d7540 + f69be09 commit b941e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function User_name(user) {
3636
}
3737
```
3838

39-
Once a GraphQL service is running (typically at a URL on a web service), it can send GraphQL queries to validate and execute. A received query is first checked to ensure it only refers to the types and fields defined, then runs the provided functions to produce a result.
39+
Once a GraphQL service is running (typically at a URL on a web service), it can receive GraphQL queries to validate and execute. A received query is first checked to ensure it only refers to the types and fields defined, then runs the provided functions to produce a result.
4040

4141
For example the query:
4242

0 commit comments

Comments
 (0)