From f7579381cc3ab486f3b1f57561273177a37ea06e Mon Sep 17 00:00:00 2001 From: amin roosta Date: Wed, 26 Jul 2017 07:07:32 -0700 Subject: [PATCH] Fix typo Summary: Closes https://github.com/facebook/react-native/pull/15208 Differential Revision: D5497862 Pulled By: javache fbshipit-source-id: c4ace0deebf339aad037675fc32210b1a9c316eb --- Libraries/StyleSheet/LayoutPropTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/StyleSheet/LayoutPropTypes.js b/Libraries/StyleSheet/LayoutPropTypes.js index e4ed43875..69d731094 100644 --- a/Libraries/StyleSheet/LayoutPropTypes.js +++ b/Libraries/StyleSheet/LayoutPropTypes.js @@ -426,7 +426,7 @@ var LayoutPropTypes = { 'space-around' ]), - /** `overflow` controls how a children are measured and displayed. + /** `overflow` controls how children are measured and displayed. * `overflow: hidden` causes views to be clipped while `overflow: scroll` * causes views to be measured independently of their parents main axis. * It works like `overflow` in CSS (default: visible).