Spelling fix

Summary:
occured > occurred

Improve code comments by fixing a typo.

No code was changed!

Closes https://github.com/facebook/react-native/pull/16558

Differential Revision: D6188381

Pulled By: shergin

fbshipit-source-id: 719a8d3bc9b42877b9b8218de32fc87b8ca8dd7f
This commit is contained in:
youngjl1 2017-10-30 12:27:02 -07:00 committed by Facebook Github Bot
parent 008e549933
commit 95bf367981

View File

@ -370,7 +370,7 @@ class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
}
/**
* Tells the list an interaction has occured, which should trigger viewability calculations, e.g.
* Tells the list an interaction has occurred, which should trigger viewability calculations, e.g.
* if `waitForInteractions` is true and the user has not scrolled. This is typically called by
* taps on items or by navigation actions.
*/