Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @next/mdx to Next.js getting started guide #2040

Merged
merged 9 commits into from
May 15, 2022
Prev Previous commit
Next Next commit
Update docs/docs/getting-started.server.mdx
Co-authored-by: Titus <[email protected]>
  • Loading branch information
remcohaszing and wooorm authored May 15, 2022
commit 53c814a5d1b93876cf47cbe4cd675dd3048c83b6
2 changes: 1 addition & 1 deletion docs/docs/getting-started.server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Install and configure [`@next/mdx`][@next/mdx].
There is no need to configure your JSX runtime as React is already set up.

The React provider can be configured in [`pages/_app.js`](https://nextjs.org/docs/advanced-features/custom-app).
In order to use it, you will have to configure the `providerImportSource` as
In order to use it, you need to configure the `providerImportSource` as
well.

<details>
Expand Down