Fix typo in comment
This commit is contained in:
parent
88e8e1a18d
commit
48a726885f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue