From fea38570fffee566e8009c2381b7ebb0a5b80c7f Mon Sep 17 00:00:00 2001 From: Neil Sarkar Date: Thu, 6 Oct 2016 16:46:11 -0700 Subject: [PATCH] Fix minor typo in documentation of bottom property - "top" => "bottom" Summary: Super minor documentation fix. Closes https://github.com/facebook/react-native/pull/10278 Differential Revision: D3984539 Pulled By: hramos fbshipit-source-id: 81559df2173a2471152dc7725bb513a49e6d7c64 --- 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 ea1020ad9..47c52c55f 100644 --- a/Libraries/StyleSheet/LayoutPropTypes.js +++ b/Libraries/StyleSheet/LayoutPropTypes.js @@ -83,7 +83,7 @@ var LayoutPropTypes = { * use logical pixel units, rather than percents, ems, or any of that. * * See https://developer.mozilla.org/en-US/docs/Web/CSS/bottom - * for more details of how `top` affects layout. + * for more details of how `bottom` affects layout. */ bottom: ReactPropTypes.number,