Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix very small typo on doc under GraphQL Reference section.
  • Loading branch information
PaulRosset authored Apr 1, 2018
1 parent 9f0fbbd commit 370e2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/graphql-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gatsby structures its content as collections of `nodes`, which are connected to

<iframe src="https://gatsbygraphql.sloppy.zone/?query=%7B%0A%20%20allSitePlugin%20%7B%0A%20%20%20%20totalCount%0A%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20name%0A%20%20%20%20%20%20%20%20version%0A%20%20%20%20%20%20%20%20packageJson%20%7B%0A%20%20%20%20%20%20%20%20%20%20description%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A" width="600" height="400"></iframe>

Try using the editor's autocomplete (`Crtl + Space`) to get extended details from the `packageJson` nodes.
Try using the editor's autocomplete (`Ctrl + Space`) to get extended details from the `packageJson` nodes.

## Limit

Expand Down

0 comments on commit 370e2c5

Please sign in to comment.