We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5a53c commit e9242b1Copy full SHA for e9242b1
src/lib/es2015.core.d.ts
@@ -201,7 +201,7 @@ interface NumberConstructor {
201
202
/**
203
* Returns true if passed value is finite.
204
- * 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
205
* number. Only finite values of the type number, result in true.
206
* @param number A numeric value.
207
*/
0 commit comments