diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index 248cd1760284df..bc7c06aae7b093 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -173,8 +173,8 @@ type IOSProps = $ReadOnly<{| */ automaticallyAdjustContentInsets?: ?boolean, /** - * Controls whether the ScrollView should automatically adjust it's contentInset - * and scrollViewInsets when the Keyboard changes it's size. The default value is false. + * Controls whether the ScrollView should automatically adjust its `contentInset` + * and `scrollViewInsets` when the Keyboard changes its size. The default value is false. * @platform ios */ automaticallyAdjustKeyboardInsets?: ?boolean,