From 7cf622af8c324138123b25e3520ac7f832d4eb03 Mon Sep 17 00:00:00 2001 From: Yann Pringault Date: Sat, 7 Oct 2017 19:25:36 +0200 Subject: [PATCH] Fix minor typo in Scrollview doc --- 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 d7afb8246705d2..c91561f2abc859 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -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, /**