Skip to content

Commit 4493733

Browse files
devcelinebkrem
andauthored
Update src/utils/notifications.ts
Co-authored-by: Ben Kremer <[email protected]>
1 parent d4d6ed8 commit 4493733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/notifications.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const requireNotifyPermission = async () => {
6464

6565
if (!isSecureContext) {
6666
throw new Error(
67-
'Can not set up notification in unsecure context. Expected protocol to be https:'
67+
'Cannot set up notification in unsecure context. Expected protocol to be https:'
6868
)
6969
}
7070

0 commit comments

Comments
 (0)