Skip to content

Commit 63ca399

Browse files
authored
Merge pull request #777 from gosseti/master
Small typo fix on 'The sx Prop' page
2 parents 7a1e95f + b4bb10b commit 63ca399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/pages/sx-prop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default props => (
3333

3434
<Note>
3535

36-
Under the hood, Theme UI uses a [custom pragma comment](/jsx-pragma) that converts a theme-aware `sx` prop into a style object and passes it to the Emotion's `jsx` function.
36+
Under the hood, Theme UI uses a [custom pragma comment](/jsx-pragma) that converts a theme-aware `sx` prop into a style object and passes it to Emotion's `jsx` function.
3737
The `sx` prop only works in modules that have defined a custom pragma at the top of the file, which replaces the default `React.createElement` function.
3838
This means you can control which modules in your application opt into this feature without the need for a Babel plugin or additional configuration.
3939
This is intended as a complete replacement for the Emotion custom JSX pragma.

0 commit comments

Comments
 (0)