Fix minor typo in ScrollView doc
Summary: I don't think a test plan is required here! 😛 Closes https://github.com/facebook/react-native/pull/16243 Differential Revision: D6005196 Pulled By: hramos fbshipit-source-id: 3b46346e57e0d9971078c4807a4fa0045a8366b1
This commit is contained in:
parent
1b80118b66
commit
f66c8f2f7e
|
@ -284,7 +284,7 @@ const ScrollView = createReactClass({
|
|||
* When false, the view cannot be scrolled via touch interaction.
|
||||
* The default value is true.
|
||||
*
|
||||
* Note that the view can be always be scrolled by calling `scrollTo`.
|
||||
* Note that the view can always be scrolled by calling `scrollTo`.
|
||||
*/
|
||||
scrollEnabled: PropTypes.bool,
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue