From 1e58a4287c065a6cd19b731dadf1868ab3ff0a57 Mon Sep 17 00:00:00 2001 From: Austin Kuo Date: Sun, 7 Feb 2016 07:12:42 -0800 Subject: [PATCH] Emend the comment Summary: Emend the comment error Closes https://github.com/facebook/react-native/pull/5795 Reviewed By: svcscm Differential Revision: D2910532 Pulled By: vjeux fb-gh-sync-id: 9f8fe026e57e049db5a0f6d4e3ee4a752457c4a5 --- 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 7c769a05f..cb07b7409 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -287,7 +287,7 @@ var ScrollView = React.createClass({ snapToInterval: PropTypes.number, /** * When `snapToInterval` is set, `snapToAlignment` will define the relationship - * of the the snapping to the scroll view. + * of the snapping to the scroll view. * - `start` (the default) will align the snap at the left (horizontal) or top (vertical) * - `center` will align the snap in the center * - `end` will align the snap at the right (horizontal) or bottom (vertical)