From a592e5bfa0b02a7d482f1a4a892ddcae9719f600 Mon Sep 17 00:00:00 2001 From: Jakob Kerkhove Date: Thu, 9 Mar 2017 09:26:54 -0800 Subject: [PATCH] Typo documentation ScrollView Summary: Typo documentation ScrollView: 'as as alternative' => 'as an alternative' Closes https://github.com/facebook/react-native/pull/12826 Differential Revision: D4681930 Pulled By: mkonicek fbshipit-source-id: a10574c659c949359da0be9e6e82f597e9a3eb73 --- Libraries/Components/ScrollView/ScrollView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index e6a15b2b4205ef..3bb97659f12975 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -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(