Skip to content

Commit

Permalink
chore(docs): Fix typo in part-7 tutorial (#33556)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParasRawat29 authored and wardpeet committed Oct 18, 2021
1 parent 288ed01 commit 6145fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/part-7/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Announcement style={{marginBottom: "1.5rem"}}>

Expand Down

0 comments on commit 6145fe4

Please sign in to comment.