From 4d86ad6c1b45e027f9263f285290e933692a7d9f Mon Sep 17 00:00:00 2001 From: Guy Romm Date: Mon, 7 Aug 2017 14:51:19 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb43a70..c6771e2 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This prop will override any value given to heightRelativeToParent when setting t - Check if you forgot to remove 'overflow' properties from the content root element. - If you're using JSX, make sure you use Pascal case and not camelCase \ and not \. starting with lower case causes JSX to treat the tag as a native dom element -- Check that you have a height limit on the content root element (max-height) +- Make sure you have a height limit on the content root element (max-height) - Check if your height limit is relative to parent, and you didn't use heightRelativeToParent prop.