Skip to content

Commit 4f12ffa

Browse files
KogmoDSchau
Kogmo
authored andcommitted
chore(docs): grammatical tweak to page query docs (#12107)
small grammar change <!-- Have any questions? Check out the contributing docs at https://gatsby.app/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) --> ## Description <!-- Write a brief description of the changes introduced by this PR --> ## Related Issues <!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234, Addresses #1234, Related to #1234, etc. -->
1 parent 17118da commit 4f12ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/page-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Querying data in pages with GraphQL
33
---
44

5-
Gatsby's `graphql` tag enables page components to retrieve data via GraphQL query.
5+
Gatsby's `graphql` tag enables page components to retrieve data via a GraphQL query.
66

77
In this guide, you will learn [how to use the `graphql` tag](/docs/page-query#add-the-graphql-query) in your pages, as well as go a little deeper into [how the `graphql` tag works](/docs/page-query#how-does-the-graphql-tag-work).
88

0 commit comments

Comments
 (0)