Skip to content

Commit 006ffd0

Browse files
🤖 Merge PR DefinitelyTyped#74530 [telegram-web-app] fix typo for BiometricManager.biometricType unknown value by @SecondThundeR
1 parent dcc7f5d commit 006ffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/telegram-web-app/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ export interface BiometricManager {
11971197
* - face, face-based biometrics,
11981198
* - unknown, biometrics of an unknown type.
11991199
*/
1200-
biometricType: "finger" | "face" | "unkown";
1200+
biometricType: "finger" | "face" | "unknown";
12011201
/**
12021202
* Shows whether permission to use biometrics has been requested.
12031203
*/

0 commit comments

Comments
 (0)