From fd34018d084e1868d87686c5c36818da2ebc00ab Mon Sep 17 00:00:00 2001 From: Taylor Kline Date: Fri, 16 Jun 2017 16:53:24 -0700 Subject: [PATCH] Use possessive 'its' not 'it's' Summary: Very simple documentation grammar update. Closes https://github.com/facebook/react-native/pull/14567 Differential Revision: D5269433 Pulled By: hramos fbshipit-source-id: 2cf38166f53d01fa2465da2b25a3247312dabfb7 --- 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 a28faa0d2..0bbbf0b3c 100644 --- a/Libraries/Lists/FlatList.js +++ b/Libraries/Lists/FlatList.js @@ -287,7 +287,7 @@ type DefaultProps = typeof defaultProps; * } * * This is a convenience wrapper around [``](docs/virtualizedlist.html), - * and thus inherits it's props (as well as those of `ScrollView`) that aren't explicitly listed + * and thus inherits its props (as well as those of `ScrollView`) that aren't explicitly listed * here, along with the following caveats: * * - Internal state is not preserved when content scrolls out of the render window. Make sure all