Skip to content

Commit

Permalink
[docs] Typo fix in Joy UI Aspect Ratio doc (#33984)
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeetSingh2016 committed Aug 22, 2022
1 parent a31d916 commit cb9bfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/components/aspect-ratio/aspect-ratio.md
Expand Up @@ -10,7 +10,7 @@ title: React Aspect Ratio component
## Introduction

`AspectRatio` is a wrapper component that allows you to rapidly control its content aspect ratio.
Its default implementation combines `height: 0px` with percentage `padding-bottom` to properly accomodate the content.
Its default implementation combines `height: 0px` with percentage `padding-bottom` to properly accommodate the content.

:::info
**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.
Expand Down

0 comments on commit cb9bfbe

Please sign in to comment.