diff --git a/app/main/src/main.ts b/app/main/src/main.ts index 77860312..5cbd365a 100644 --- a/app/main/src/main.ts +++ b/app/main/src/main.ts @@ -252,7 +252,7 @@ type NotificationProps = { function notify(props: NotificationProps) { // This is because it can take different types depending on the initialised OS. - // Just for some reason, whoever sorted the types out fo this library only really considered JS rather than TS. + // Just for some reason, whoever sorted the types out of this library only really considered JS rather than TS. const notification: WindowsToaster.Notification & NotificationCenter.Notification = { icon: notificationIcon,