Skip to content

Commit

Permalink
Typo documentation ScrollView
Browse files Browse the repository at this point in the history
Summary:
Typo documentation ScrollView: 'as as alternative' => 'as an alternative'
Closes #12826

Differential Revision: D4681930

Pulled By: mkonicek

fbshipit-source-id: a10574c659c949359da0be9e6e82f597e9a3eb73
  • Loading branch information
dejakob authored and facebook-github-bot committed Mar 9, 2017
1 parent b79a246 commit a592e5b
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 @@ -438,7 +438,7 @@ const ScrollView = React.createClass({
* `scrollTo({x: 0; y: 0; animated: true})`
*
* Note: The weird function signature is due to the fact that, for historical reasons,
* the function also accepts separate arguments as as alternative to the options object.
* the function also accepts separate arguments as an alternative to the options object.
* This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
*/
scrollTo: function(
Expand Down

0 comments on commit a592e5b

Please sign in to comment.