This commit is contained in:
Egor Kislitsyn 2018-12-07 15:21:19 +07:00
parent bbae2e10f3
commit 264da19f69
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function subscribe (registration, store) {
}
if (!store.rootState.instance.vapidPublicKey) {
return Promise.reject(new Error('VAPID publick key is not found'))
return Promise.reject(new Error('VAPID public key is not found'))
}
const subscribeOptions = {