Skip to content

Commit

Permalink
Fix minor typo in ScrollView doc
Browse files Browse the repository at this point in the history
Summary:
I don't think a test plan is required here! 😛
Closes #16243

Differential Revision: D6005196

Pulled By: hramos

fbshipit-source-id: 3b46346e57e0d9971078c4807a4fa0045a8366b1
  • Loading branch information
Kerumen authored and facebook-github-bot committed Oct 7, 2017
1 parent 1b80118 commit f66c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/ScrollView/ScrollView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down

0 comments on commit f66c8f2

Please sign in to comment.