Skip to content

Commit ffa6ed1

Browse files
chore(docs): Fix typo in part 5 of the tutorial (#32854)
1 parent 77fc5b5 commit ffa6ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ import Layout from '../components/layout'
509509

510510
`MDXRenderer` is a component included in the `gatsby-plugin-mdx` plugin that you can use to render the contents of a `.mdx` file.
511511

512-
The `MDXRenderer` uses the `children` prop, similar to the `Layout` component you created in [Part 2](/docs/tutorial/part-2/). It expects to receive compiled MDX between the its opening and closing tags. You can pass in the `body` field from an MDX node.
512+
The `MDXRenderer` uses the `children` prop, similar to the `Layout` component you created in [Part 2](/docs/tutorial/part-2/). It expects to receive compiled MDX between its opening and closing tags. You can pass in the `body` field from an MDX node.
513513

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

0 commit comments

Comments
 (0)