diff --git a/docs/docs/what-is-mdx.server.mdx b/docs/docs/what-is-mdx.server.mdx index b9af3b71f..880475ba5 100644 --- a/docs/docs/what-is-mdx.server.mdx +++ b/docs/docs/what-is-mdx.server.mdx @@ -158,7 +158,7 @@ Some markdown features don’t work in MDX: ``` * Autolinks do not work in MDX. The reason is that they can be indistinguishable from JSX (for example: - ``) and we prefer being expicit. + ``) and we prefer being explicit. If you want links, use full links: `[descriptive text](https://and-the-link-here.com)` * HTML syntax doesn’t work in MDX as it’s replaced by JSX (`` to