mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo in OrderedMap
Unique was spelled wrong. This fixes it.
This commit is contained in:
committed by
Paul O’Shannessy
parent
3eaed5a122
commit
6c3c643c8e
@@ -33,7 +33,7 @@ var NO_EXIST = 'NO_EXIST';
|
||||
if (__DEV__) {
|
||||
ARRAY_MUST_CB =
|
||||
'If providing an array to an OrderedMap constructor, you must provide ' +
|
||||
'a callback that may determine the uniqueue key for each entry. ' +
|
||||
'a callback that may determine the unique key for each entry. ' +
|
||||
'The key that you return from the callback should uniquely define that ' +
|
||||
'entity. What is returned from that function must answer the question: ' +
|
||||
'"If you were to shuffle the array of entities, how would you be able to ' +
|
||||
|
||||
Reference in New Issue
Block a user