Fix typo on aspect ratio page

Summary: Was reading https://yogalayout.com/docs/aspect-ratio and noticed a typo. "Flexbox does has" -> "Flexbox does have"

Reviewed By: NickGerleman

Differential Revision: D49885138

fbshipit-source-id: 847b40eda257bd0726c3992a7285ac6fa267d418
This commit is contained in:
Joe Vilches
2023-10-03 14:44:00 -07:00
committed by Facebook GitHub Bot
parent e099449c37
commit ce8fe99bf9

View File

@@ -7,7 +7,7 @@ hasPlayground: true
## Aspect Ratio ## Aspect Ratio
AspectRatio is a property introduced by Yoga and is not present as a settable AspectRatio is a property introduced by Yoga and is not present as a settable
property in the css flexbox specification. Flexbox does has the notion of property in the css flexbox specification. Flexbox does have the notion of
aspect ratio though for things with intrinsic aspect ratio such as images. aspect ratio though for things with intrinsic aspect ratio such as images.
The `aspect ratio` property in Yoga has the following properties: The `aspect ratio` property in Yoga has the following properties: