Skip to content

Commit bb902f8

Browse files
authoredOct 24, 2023
Fix typo
Closes GH-2380. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent e08b759 commit bb902f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/mdx/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ except that the options `baseUrl`, `jsx`, `jsxImportSource`, `jsxRuntime`,
409409
410410
```tsx
411411
/**
412-
* Configuration for `evalutate`.
412+
* Configuration for `evaluate`.
413413
*/
414414
type EvaluateOptions = Omit<
415415
CompileOptions,

1 commit comments

Comments
 (1)

vercel[bot] commented on Oct 24, 2023

@vercel[bot]

Successfully deployed to the following URLs:

mdx – ./

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

Please sign in to comment.