mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
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:
parent
008e549933
commit
95bf367981
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user