From af48b4855bf6d5b61918c8db37a1cd2685b9cbe8 Mon Sep 17 00:00:00 2001 From: JSON Deppen Date: Tue, 18 Jul 2017 17:46:01 -0700 Subject: [PATCH] Remove typo Summary: Closes https://github.com/facebook/react-native/pull/15089 Differential Revision: D5448987 Pulled By: shergin fbshipit-source-id: eb240517dc94475744f1bda2652f8aff994c0bcd --- 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 437b5ee283148a..5a98157bd058cf 100644 --- a/Libraries/Lists/FlatList.js +++ b/Libraries/Lists/FlatList.js @@ -320,7 +320,7 @@ class FlatList extends React.PureComponent< } /** - * Scrolls to the item at a the specified index such that it is positioned in the viewable area + * Scrolls to the item at the specified index such that it is positioned in the viewable area * such that `viewPosition` 0 places it at the top, 1 at the bottom, and 0.5 centered in the * middle. `viewOffset` is a fixed number of pixels to offset the final target position. *