From 4429a8dde633473061a4cf81af6679086847be21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20S=C3=B6ndermann?= Date: Thu, 22 Jun 2017 11:06:07 -0700 Subject: [PATCH] Fix typo Summary: Closes https://github.com/facebook/react-native/pull/14676 Differential Revision: D5301501 Pulled By: javache fbshipit-source-id: e9527031a728f2ccc422ef5664b6b8d613c9583f --- Libraries/Lists/SectionList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Lists/SectionList.js b/Libraries/Lists/SectionList.js index f351b81126..49c405af51 100644 --- a/Libraries/Lists/SectionList.js +++ b/Libraries/Lists/SectionList.js @@ -236,7 +236,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