Fix typo in cloneWithRows comments

Summary: `s/informatoin/information/`
Closes https://github.com/facebook/react-native/pull/2532

Reviewed By: @​svcscm

Differential Revision: D2469067

Pulled By: @vjeux
This commit is contained in:
Alex Coco 2015-09-22 16:59:23 -07:00 committed by facebook-github-bot-8
parent b7efd0212f
commit 12a0045412
1 changed files with 1 additions and 1 deletions

View File

@ -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.