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
This commit is contained in:
Neil Sarkar 2016-10-06 16:46:11 -07:00 committed by Facebook Github Bot
parent 8708c8bb82
commit fea38570ff
1 changed files with 1 additions and 1 deletions

View File

@ -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,