Skip to content

Commit 0675736

Browse files
authored
chore(docs): Fix Grammar Issue (#33408)
Fixed Grammar Issue regarding documentation
1 parent c2d42ec commit 0675736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/built-in-components/gatsby-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _For in-depth install instructions, check out the docs on [Using Gatsby Image](/
3939

4040
### Gatsby image starts with a query
4141

42-
To feed file data in to Gatsby Image, set up a [GraphQL query](/docs/graphql-reference/) and either pass it into a component as props or write it directly in the component. One technique is to leverage the [`useStaticQuery`](/docs/how-to/querying-data/use-static-query/) hook.
42+
To feed file data into Gatsby Image, set up a [GraphQL query](/docs/graphql-reference/) and either pass it into a component as props or write it directly in the component. One technique is to leverage the [`useStaticQuery`](/docs/how-to/querying-data/use-static-query/) hook.
4343

4444
Common GraphQL queries for sourcing images include `file` from [gatsby-source-filesystem](/plugins/gatsby-source-filesystem/), and both `imageSharp` and `allImageSharp` from [gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp/), but ultimately the options available to you will depend on your content sources.
4545

0 commit comments

Comments
 (0)