From a6f44f5cba6472752252081a8f0cd226c5375ce3 Mon Sep 17 00:00:00 2001 From: Alexandre Moureaux Date: Mon, 11 Sep 2017 15:17:18 +0200 Subject: [PATCH] Fix small typo --- Libraries/Lists/FlatList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Lists/FlatList.js b/Libraries/Lists/FlatList.js index 5c31320acf6b9b..d76762b954fda4 100644 --- a/Libraries/Lists/FlatList.js +++ b/Libraries/Lists/FlatList.js @@ -313,7 +313,7 @@ type DefaultProps = typeof defaultProps; * - By default, the list looks for a `key` prop on each item and uses that for the React key. * Alternatively, you can provide a custom `keyExtractor` prop. * - * Also inherets [ScrollView Props](docs/scrollview.html#props), unless it is nested in another FlatList of same orientation. + * Also inherits [ScrollView Props](docs/scrollview.html#props), unless it is nested in another FlatList of same orientation. */ class FlatList extends React.PureComponent, void> { static defaultProps: DefaultProps = defaultProps;