Skip to content

Commit

Permalink
Merge pull request #13159 from michaelchiche/patch-1
Browse files Browse the repository at this point in the history
fix typo in type definition
  • Loading branch information
wade-ryan committed Oct 3, 2016
2 parents d1b7037 + 261c23d commit 555b4f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,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.
*/
Expand Down

0 comments on commit 555b4f0

Please sign in to comment.