Skip to content

Commit

Permalink
chore(docs): Fix typo in part 5 of the tutorial (gatsbyjs#32854)
Browse files Browse the repository at this point in the history
  • Loading branch information
facundojmaero authored Aug 20, 2021
1 parent 77fc5b5 commit ffa6ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/part-5/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ import Layout from '../components/layout'

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

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.
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.

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

Expand Down

0 comments on commit ffa6ed1

Please sign in to comment.