diff --git a/Libraries/StyleSheet/LayoutPropTypes.js b/Libraries/StyleSheet/LayoutPropTypes.js index ea1020ad926ad9..47c52c55f1fbe6 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,