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.