diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index f852d55ae..1224c7382 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -63,7 +63,7 @@ var ScrollView = React.createClass({ automaticallyAdjustContentInsets: PropTypes.bool, /** * The amount by which the scroll view content is inset from the edges - * of the scroll view. Defaults to `{0, 0, 0, 0}`. + * of the scroll view. Defaults to `{top: 0, left: 0, bottom: 0, right: 0}`. * @platform ios */ contentInset: EdgeInsetsPropType,