From e527ac758c5d374289d485dfb8655babb4c7c261 Mon Sep 17 00:00:00 2001 From: Jonathan Besomi Date: Fri, 25 Feb 2022 15:05:55 +0100 Subject: [PATCH] Fix typo Closes GH-1949. Reviewed-by: Christian Murphy Reviewed-by: Titus Wormer --- docs/docs/what-is-mdx.server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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