Skip to content

Commit

Permalink
[docs] Fix typo in Joy UI's docs (mui#33938)
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeetSingh2016 authored and Daniel Rabe committed Nov 29, 2022
1 parent 77c0d4c commit 1cd8dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/components/aspect-ratio/aspect-ratio-pt.md
Expand Up @@ -9,7 +9,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.
`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 accommodate 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.
Expand Down

0 comments on commit 1cd8dc1

Please sign in to comment.