From ce8fe99bf97d7583fa59ec15512a856558d8a00a Mon Sep 17 00:00:00 2001 From: Joe Vilches Date: Tue, 3 Oct 2023 14:44:00 -0700 Subject: [PATCH] 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 --- website/contents/properties/aspect-ratio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contents/properties/aspect-ratio.md b/website/contents/properties/aspect-ratio.md index 60f36c85..8a553df0 100644 --- a/website/contents/properties/aspect-ratio.md +++ b/website/contents/properties/aspect-ratio.md @@ -7,7 +7,7 @@ hasPlayground: true ## Aspect Ratio 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. The `aspect ratio` property in Yoga has the following properties: