Skip to content

Commit e527ac7

Browse files
authoredFeb 25, 2022
Fix typo
Closes GH-1949. Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent aff6de4 commit e527ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/docs/what-is-mdx.server.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Some markdown features don’t work in MDX:
158158
```
159159
* Autolinks do not work in MDX.
160160
The reason is that they can be indistinguishable from JSX (for example:
161-
`<svg:rect>`) and we prefer being expicit.
161+
`<svg:rect>`) and we prefer being explicit.
162162
If you want links, use full links:
163163
`[descriptive text](https://and-the-link-here.com)`
164164
* HTML syntax doesn’t work in MDX as it’s replaced by JSX (`<img>` to

1 commit comments

Comments
 (1)

vercel[bot] commented on Feb 25, 2022

@vercel[bot]

Successfully deployed to the following URLs:

Please sign in to comment.