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:
parent
8708c8bb82
commit
fea38570ff
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue