Skip to content

Commit bda33ed

Browse files
authored
chore(docs): Fix typo in part-7 tutorial (#33556)
1 parent 357230d commit bda33ed

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
@@ -533,7 +533,7 @@ Once your changes have been pushed to GitHub, Gatsby Cloud should notice the upd
533533
### Key takeaways
534534

535535
* Use the `StaticImage` component if your component always renders the same image (from a relative path or a remote URL).
536-
* 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).
536+
* Use the `GatsbyImage` component if the image source changes for different instances of your component (like if it gets passed in as a prop).
537537

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

0 commit comments

Comments
 (0)