Skip to content

Commit

Permalink
docs: fix typo (#33137)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
aleksanderantropov committed Sep 10, 2021
1 parent 81f35ff commit 4ff5026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/part-7/index.mdx
Expand Up @@ -340,7 +340,7 @@ For more information, see the [`gatsby-plugin-image` Reference Guide](/docs/refe

### Task: Add hero image using `GatsbyImage` component

Once you have your GraphQL query set up, you can to add it to your blog post page template.
Once you have your GraphQL query set up, you can add it to your blog post page template.

1. Replace your existing page query with the query you built in GraphiQL that includes the hero image frontmatter fields.
```js:title=src/pages/blog/{mdx.slug}.js
Expand Down

0 comments on commit 4ff5026

Please sign in to comment.