From 0d58669c81779d30803ddb6db3ce7eccd015c8cf Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Thu, 13 Apr 2017 05:50:24 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20documentation:=20"=E2=80=A6co?= =?UTF-8?q?ntrols=20how=20rows=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Closes https://github.com/facebook/react-native/pull/13482 Differential Revision: D4883387 Pulled By: javache fbshipit-source-id: fab3ce3136b18079a566e93fb3d388abc27dd41c --- 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 a8ab32c07..56e42a5af 100644 --- a/Libraries/StyleSheet/LayoutPropTypes.js +++ b/Libraries/StyleSheet/LayoutPropTypes.js @@ -409,7 +409,7 @@ var LayoutPropTypes = { 'baseline' ]), - /** `alignContent` controls how a rows align in the cross direction, + /** `alignContent` controls how rows align in the cross direction, * overriding the `alignContent` of the parent. * See https://developer.mozilla.org/en-US/docs/Web/CSS/align-content * for more details.