Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladshcherbin committed Jun 19, 2021
1 parent 0d0e4d2 commit 3ed34d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/getting-started/index.mdx
Expand Up @@ -78,7 +78,7 @@ Confused about this `@jsxImportSource` comment? Read more about [JSX Pragma](/gu

### Classic JSX runtime

If you use the classic JSX runtime, the the `/** @jsxImportSource theme-ui */` comment has no effect.
If you use the classic JSX runtime, the `/** @jsxImportSource theme-ui */` comment has no effect.
In this case enable the `sx` prop by adding the `/** @jsx jsx */` comment instead and importing `jsx` from Theme UI.

```jsx
Expand Down

0 comments on commit 3ed34d5

Please sign in to comment.