Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Mar 26, 2024
1 parent d8e0216 commit 0c5d831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/shared/electron/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0c5d831

Please sign in to comment.