Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jan 18, 2018
1 parent 2418b9c commit be63667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/querying-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ a live GraphQL server from the browser.

Most usages of GraphQL involve manually creating a GraphQL schema.

With Gatsby, we use plugins which fetch data from different sources. We use that data from different sources
With Gatsby, we use plugins which fetch data from different sources. We then use that data
to automatically _infer_ a GraphQL schema.

If you give Gatsby data that looks like this:
Expand Down

0 comments on commit be63667

Please sign in to comment.