From 12a0045412644c2467efce8e83a86a6810a866d4 Mon Sep 17 00:00:00 2001 From: Alex Coco Date: Tue, 22 Sep 2015 16:59:23 -0700 Subject: [PATCH] Fix typo in cloneWithRows comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: `s/informatoin/information/` Closes https://github.com/facebook/react-native/pull/2532 Reviewed By: @​svcscm Differential Revision: D2469067 Pulled By: @vjeux --- Libraries/CustomComponents/ListView/ListViewDataSource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/CustomComponents/ListView/ListViewDataSource.js b/Libraries/CustomComponents/ListView/ListViewDataSource.js index 8af08f1c5..0b1f0ecd4 100644 --- a/Libraries/CustomComponents/ListView/ListViewDataSource.js +++ b/Libraries/CustomComponents/ListView/ListViewDataSource.js @@ -142,7 +142,7 @@ class ListViewDataSource { /** * Clones this `ListViewDataSource` with the specified `dataBlob` and * `rowIdentities`. The `dataBlob` is just an aribitrary blob of data. At - * construction an extractor to get the interesting informatoin was defined + * construction an extractor to get the interesting information was defined * (or the default was used). * * The `rowIdentities` is is a 2D array of identifiers for rows.