Skip to content

Commit

Permalink
[docs] Fix typo in Joy UI's AspectRatio docs (#33895)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacInsoll committed Aug 15, 2022
1 parent 45b305e commit 025e6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/joy/components/aspect-ratio/aspect-ratio.md
Expand Up @@ -13,8 +13,8 @@ title: React Aspect Ratio component
Its default implementation combines `height: 0px` with percentage `padding-bottom` to properly accomodate the content.

:::info
**Note:** A [native CSS `aspect-radio`property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio) already exists but we're not using it yet due to limited browser support.
Once that increases significantly, we'll switch over to it.
**Note:** A [native CSS `aspect-ratio` property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio) already exists but MUI is not using it yet due to limited browser support.
Once the support increases significantly, MUI will switch over to it.
:::

## Component
Expand Down

0 comments on commit 025e6fb

Please sign in to comment.