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:
parent
62440b86b0
commit
1e58a4287c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue