From bda33edf2b5a06bac566a5eed687a2be399ec441 Mon Sep 17 00:00:00 2001 From: ParasRawat29 <64651986+ParasRawat29@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:45:40 +0530 Subject: [PATCH] chore(docs): Fix typo in part-7 tutorial (#33556) --- 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 cc2398e9e8841..6594d0c329462 100644 --- a/docs/docs/tutorial/part-7/index.mdx +++ b/docs/docs/tutorial/part-7/index.mdx @@ -533,7 +533,7 @@ Once your changes have been pushed to GitHub, Gatsby Cloud should notice the upd ### Key takeaways * Use the `StaticImage` component if your component always renders the same image (from a relative path or a remote URL). -* Use the `GatsbyImage` component if the image source is changes for different instances of your component (like if it gets passed in as a prop). +* Use the `GatsbyImage` component if the image source changes for different instances of your component (like if it gets passed in as a prop).