Skip to content

Commit

Permalink
[system][docs] Update typo on the sx prop page (#42035)
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
  • Loading branch information
2 people authored and web-flow committed May 1, 2024
1 parent 7d7e2c9 commit 6b69125
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
# The sx prop

<p class="description">The sx prop is a shortcut for defining custom styles that has access to the theme.</p>
<p class="description">The sx prop is a shortcut for defining custom styles that have access to the theme.</p>

The `sx` prop lets you work with a superset of CSS that packages all of the style functions exposed in `@mui/system`.
You can specify any valid CSS using this prop, as well as many _theme-aware_ properties that are unique to MUI System.
Expand Down

0 comments on commit 6b69125

Please sign in to comment.