Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Titus <tituswormer@gmail.com>
Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
  • Loading branch information
remcohaszing and wooorm committed Feb 10, 2024
1 parent 47b017e commit 220006b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_asset/editor.jsx
@@ -1,4 +1,4 @@
/**
/*
* @jsxRuntime automatic
* @jsxImportSource react
*/
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/using-mdx.mdx
Expand Up @@ -41,8 +41,8 @@ That’s *roughly* turned into the following JavaScript.
The below might help to form a mental model:

```tsx path="output-outline.jsx"
/*@jsxRuntime automatic*/
/*@jsxImportSource react*/
/* @jsxRuntime automatic */
/* @jsxImportSource react */

export function Thing() {
return <>World</>
Expand Down

0 comments on commit 220006b

Please sign in to comment.