Skip to content

Commit

Permalink
Fix minor typo in documentation of bottom property - "top" => "bottom"
Browse files Browse the repository at this point in the history
Summary:
Super minor documentation fix.
Closes facebook#10278

Differential Revision: D3984539

Pulled By: hramos

fbshipit-source-id: 81559df2173a2471152dc7725bb513a49e6d7c64
  • Loading branch information
neilsarkar authored and Facebook Github Bot committed Oct 6, 2016
1 parent 8708c8b commit fea3857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/StyleSheet/LayoutPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit fea3857

Please sign in to comment.