Skip to content

Commit

Permalink
Refactor wording
Browse files Browse the repository at this point in the history
Closes GH-2214.

Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
B. Burt committed Jan 6, 2023
1 parent 600b12a commit a17ac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/what-is-mdx.server.mdx
Expand Up @@ -236,7 +236,7 @@ MDX also supports JavaScript expressions inside curly braces:
Two 🍰 is: {Math.PI * 2}
```

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

Expand Down

1 comment on commit a17ac87

@vercel
Copy link

@vercel vercel bot commented on a17ac87 Jan 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.