Skip to content

Commit 4ff5026

Browse files
docs: fix typo (#33137)
Fix typo
1 parent 81f35ff commit 4ff5026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorial/part-7/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ For more information, see the [`gatsby-plugin-image` Reference Guide](/docs/refe
340340

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

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

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

0 commit comments

Comments
 (0)