Fix typo in comment

This commit is contained in:
Manav Rathi 2024-03-26 21:31:06 +05:30
parent 88e8e1a18d
commit 48a726885f
No known key found for this signature in database

View file

@ -63,7 +63,7 @@ export interface ElectronAPIsType {
* desktop app.
*
* Note: Unlike the other functions exposed over the Electron bridge,
* logToDisk is fire-and-forge and does not return a promise.
* logToDisk is fire-and-forget and does not return a promise.
*/
logToDisk: (message: string) => void;