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:
parent
b7efd0212f
commit
12a0045412
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue