Skip to content

Commit

Permalink
Merge pull request #214 from daidoji/main
Browse files Browse the repository at this point in the history
Fixed spelling of extension in log message
  • Loading branch information
HunnySajid authored Nov 8, 2024
2 parents 2799a16 + fe22189 commit 17bc10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/background/services/signify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Signify = () => {
type: SW_EVENTS.check_popup_open,
});
if (response.data.isOpened) {
console.log("Timer expired, but extsenion is open. Resetting timer.");
console.log("Timer expired, but extension is open. Resetting timer.");
resetTimeoutAlarm();
}
} catch (error) {
Expand Down

0 comments on commit 17bc10e

Please sign in to comment.