From 99026e42a9293e81ca9a77b1a2dda09e5f63ed3e Mon Sep 17 00:00:00 2001 From: Marcus Wu Date: Thu, 1 Mar 2018 05:55:18 -0800 Subject: [PATCH] Fixed min-max docs typo Summary: Fixed `Max / Min Width and Height` docs typo. Closes https://github.com/facebook/yoga/pull/720 Reviewed By: emilsjolander Differential Revision: D7110855 Pulled By: priteshrnandgaonkar fbshipit-source-id: 253d96e5d1208b94b6248ffab5f59caaef6ada2b --- website/contents/properties/min-max.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contents/properties/min-max.md b/website/contents/properties/min-max.md index eab88273..2237d9bf 100644 --- a/website/contents/properties/min-max.md +++ b/website/contents/properties/min-max.md @@ -23,6 +23,6 @@ parent's size. By default all these constraints are `undefined`. -### Min Width +### Min Height