From cb9bfbe8cc22836cf876912808b527941bd2557b Mon Sep 17 00:00:00 2001 From: Ajeet Singh <80536741+AjeetSingh2016@users.noreply.github.com> Date: Tue, 23 Aug 2022 00:54:18 +0530 Subject: [PATCH] [docs] Typo fix in Joy UI Aspect Ratio doc (#33984) --- docs/data/joy/components/aspect-ratio/aspect-ratio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/joy/components/aspect-ratio/aspect-ratio.md b/docs/data/joy/components/aspect-ratio/aspect-ratio.md index be5a1ad2c94b35..9221f21087189f 100644 --- a/docs/data/joy/components/aspect-ratio/aspect-ratio.md +++ b/docs/data/joy/components/aspect-ratio/aspect-ratio.md @@ -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.