Skip to content

Commit

Permalink
Merge pull request #1835 from vladshcherbin/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hasparus committed Jun 19, 2021
2 parents 0d0e4d2 + 3ed34d5 commit 45ab114
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

1 comment on commit 45ab114

@vercel
Copy link

@vercel vercel bot commented on 45ab114 Jun 19, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.