Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
Summary:
<!--
Thank you for sending the PR!

If you changed any code, please provide us with clear instructions on how you verified your changes work. In other words, a test plan is *required*. Bonus points for screenshots and videos!

Please read the Contribution Guidelines at https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md to learn more about contributing to React Native.

Happy contributing!
-->
Closes facebook#15089

Differential Revision: D5448987

Pulled By: shergin

fbshipit-source-id: eb240517dc94475744f1bda2652f8aff994c0bcd
  • Loading branch information
jDeppen authored and facebook-github-bot committed Jul 19, 2017
1 parent 8760b93 commit af48b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Lists/FlatList.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class FlatList<ItemT> extends React.PureComponent<
}

/**
* Scrolls to the item at a the specified index such that it is positioned in the viewable area
* Scrolls to the item at the specified index such that it is positioned in the viewable area
* such that `viewPosition` 0 places it at the top, 1 at the bottom, and 0.5 centered in the
* middle. `viewOffset` is a fixed number of pixels to offset the final target position.
*
Expand Down

0 comments on commit af48b48

Please sign in to comment.