Skip to content

Commit

Permalink
Update packages/docs/src/pages/guides/jsx-pragma.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Monwid-Olechnowicz <hasparus@gmail.com>
  • Loading branch information
flo-sch and hasparus committed May 19, 2021
1 parent f2fbfe8 commit f92f4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/guides/jsx-pragma.mdx
Expand Up @@ -9,7 +9,7 @@ to style elements with values from your theme using the [`sx` prop][].

## What is JSX

JSX is an XML-like syntax extension to JavaScript. It's a syntax sugar usually
[JSX](https://facebook.github.io/jsx/) is an XML-like syntax extension to JavaScript. It's a syntax sugar usually
used for [React's `jsx`](https://reactjs.org/docs/introducing-jsx.html) function. You don't need to write JSX to use React, but
it's meant to make code more readable, especially for tree structures with
attributes.
Expand Down

0 comments on commit f92f4d0

Please sign in to comment.