Skip to content

Commit a17ac87

Browse files
author
B. Burt
authoredJan 6, 2023
Refactor wording
Closes GH-2214. Reviewed-by: Remco Haszing <remcohaszing@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 600b12a commit a17ac87

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
@@ -236,7 +236,7 @@ MDX also supports JavaScript expressions inside curly braces:
236236
Two 🍰 is: {Math.PI * 2}
237237
```
238238

239-
Expressions can contain whole JavaScript programs as long as that they’re
239+
Expressions can contain whole JavaScript programs as long as they’re
240240
(wrapped in) an expression that evaluates to something that can be rendered.
241241
You can use an [IIFE][] like so:
242242

1 commit comments

Comments
 (1)

vercel[bot] commented on Jan 6, 2023

@vercel[bot]

Successfully deployed to the following URLs:

mdx – ./

mdx-git-main-mdx.vercel.app
mdx-mdx.vercel.app
mdxjs.com
v2.mdxjs.com

Please sign in to comment.