Skip to content

Commit c666295

Browse files
committed
typo
1 parent 310dbca commit c666295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/api/src/core.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
export const SERIALIZE_TO_IPC_FN = '__TAURI_TO_IPC_KEY__'
6060

6161
/**
62-
* Stores the callback in a know location, and returns a number identifier that can be passed to the backend.
62+
* Stores the callback in a known location, and returns an identifier that can be passed to the backend.
6363
* The backend uses the identifier to `eval()` the callback.
6464
*
6565
* @return An unique identifier associated with the callback function.
@@ -326,7 +326,7 @@ export class Resource {
326326
}
327327

328328
function isTauri(): boolean {
329-
// eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/no-unsafe-member-access
329+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access
330330
return !!((globalThis as any) || window).isTauri
331331
}
332332

0 commit comments

Comments
 (0)