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
This commit is contained in:
Austin Kuo 2016-02-07 07:12:42 -08:00 committed by facebook-github-bot-3
parent 62440b86b0
commit 1e58a4287c
1 changed files with 1 additions and 1 deletions

View File

@ -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)