mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
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
This commit is contained in:
parent
b79a24637a
commit
a592e5bfa0
@ -438,7 +438,7 @@ const ScrollView = React.createClass({
|
|||||||
* `scrollTo({x: 0; y: 0; animated: true})`
|
* `scrollTo({x: 0; y: 0; animated: true})`
|
||||||
*
|
*
|
||||||
* Note: The weird function signature is due to the fact that, for historical reasons,
|
* 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.
|
* This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
|
||||||
*/
|
*/
|
||||||
scrollTo: function(
|
scrollTo: function(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user