From 55d561756cb210c140a8fa486d4c972bd5e5e060 Mon Sep 17 00:00:00 2001 From: Aleksandr Antropov <41640068+aleksanderantropov@users.noreply.github.com> Date: Fri, 10 Sep 2021 16:31:33 +0300 Subject: [PATCH] Update index.mdx Fix typo --- docs/docs/tutorial/part-7/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial/part-7/index.mdx b/docs/docs/tutorial/part-7/index.mdx index 99b1e2c846a0a..cc2398e9e8841 100644 --- a/docs/docs/tutorial/part-7/index.mdx +++ b/docs/docs/tutorial/part-7/index.mdx @@ -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