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:
Yann Pringault 2017-10-07 14:50:16 -07:00 committed by Facebook Github Bot
parent 1b80118b66
commit f66c8f2f7e
1 changed files with 1 additions and 1 deletions

View File

@ -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,
/**