Fix typo in MDX guide (#31709)

In this PR:

- [x] Fixes a 1 character typo in the newly merged MDX guide
This commit is contained in:
Ben Schwarz 2021-11-23 10:35:25 +11:00 committed by GitHub
parent b4699b860e
commit 98227b273f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ author: 'Rich Haines'
### Layouts
To add a layout to your MDX page, create a new component and import it into the MDX page. Then you can wrap the MDx page with your layout component:
To add a layout to your MDX page, create a new component and import it into the MDX page. Then you can wrap the MDX page with your layout component:
```md
import { MyComponent, MyLayoutComponent } from 'my-components'