From 08b98cec11e6a98d202efa2cd590557e3b1def86 Mon Sep 17 00:00:00 2001 From: Taylor Kline Date: Fri, 16 Jun 2017 17:17:48 -0500 Subject: [PATCH] Use possessive 'its' not 'it's' --- 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 a28faa0d2d7676..0bbbf0b3c65ae8 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