Skip to content

Commit 9e0fd0c

Browse files
authored
Merge pull request graphql#719 from ryan-stephen/patch-1
Update introduction.md sentence correction
2 parents 901f886 + e2245d3 commit 9e0fd0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/learn/Introduction.md

Lines changed: 2 additions & 2 deletions
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 be sent 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 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.
4040

4141
For example the query:
4242

@@ -58,4 +58,4 @@ Could produce the JSON result:
5858
}
5959
```
6060

61-
Learn more about GraphQLthe query language, type system, how the GraphQL service works, as well as best practices for using GraphQL to solve common problems—in the articles written in this section.
61+
Learn more about GraphQLthe query language, type system, how the GraphQL service works, as well as best practices for using GraphQL in the articles written in this section; they help to solve common problems.

0 commit comments

Comments
 (0)