Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Musser <[email protected]>
  • Loading branch information
sekwah41 and jnm2 committed Sep 30, 2023
1 parent 9567223 commit e02a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e02a8cc

Please sign in to comment.