We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d6ed8 commit 4493733Copy full SHA for 4493733
src/utils/notifications.ts
@@ -64,7 +64,7 @@ export const requireNotifyPermission = async () => {
64
65
if (!isSecureContext) {
66
throw new Error(
67
- 'Can not set up notification in unsecure context. Expected protocol to be https:'
+ 'Cannot set up notification in unsecure context. Expected protocol to be https:'
68
)
69
}
70
0 commit comments