Skip to content

Commit e9242b1

Browse files
Michaelmhegazy
authored andcommitted
fix typo in type definition (#11346)
1 parent 6b5a53c commit e9242b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2015.core.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ interface NumberConstructor {
201201

202202
/**
203203
* Returns true if passed value is finite.
204-
* Unlike the global isFininte, Number.isFinite doesn't forcibly convert the parameter to a
204+
* Unlike the global isFinite, Number.isFinite doesn't forcibly convert the parameter to a
205205
* number. Only finite values of the type number, result in true.
206206
* @param number A numeric value.
207207
*/

0 commit comments

Comments
 (0)