diff --git a/Libraries/Lists/FlatList.js b/Libraries/Lists/FlatList.js index 5f12dfd20..9b145cdbd 100644 --- a/Libraries/Lists/FlatList.js +++ b/Libraries/Lists/FlatList.js @@ -370,7 +370,7 @@ class FlatList extends React.PureComponent, 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. */