fix typo in type definition (#11346)

This commit is contained in:
Michael
2016-10-13 16:23:14 -07:00
committed by Mohamed Hegazy
parent 6b5a53cae1
commit e9242b1681
+1 -1
View File
@@ -201,7 +201,7 @@ interface NumberConstructor {
/**
* Returns true if passed value is finite.
* Unlike the global isFininte, Number.isFinite doesn't forcibly convert the parameter to a
* Unlike the global isFinite, Number.isFinite doesn't forcibly convert the parameter to a
* number. Only finite values of the type number, result in true.
* @param number A numeric value.
*/