[react-native] Typo fix (s/monolithically/monotonically/)
This commit is contained in:
parent
23909cd6f6
commit
10bb054b62
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue