[react-native] Typo fix (s/monolithically/monotonically/)

This commit is contained in:
Peter Zich 2015-07-09 14:30:14 -07:00
parent 23909cd6f6
commit 10bb054b62
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ function checkValidInputRange(arr: Array<number>) {
* mean this implicit string conversion, you can do something like
* String(myThing)
*/
'inputRange must be monolithically increasing ' + arr
'inputRange must be monotonically increasing ' + arr
);
}
}