Merge branch 'speling' into 'develop'

Fix spelling errors

See merge request pleroma/pleroma-fe!1921
merge-requests/1931/head
HJ 2 months ago
commit f0f323b49c

@ -2,7 +2,7 @@ const ScreenReaderNotice = {
props: {
ariaLive: {
type: String,
defualt: 'assertive'
default: 'assertive'
}
},
data () {

@ -36,9 +36,9 @@ function subscribePush (registration, isEnabled, vapidPublicKey) {
function unsubscribePush (registration) {
return registration.pushManager.getSubscription()
.then((subscribtion) => {
if (subscribtion === null) { return }
return subscribtion.unsubscribe()
.then((subscription) => {
if (subscription === null) { return }
return subscription.unsubscribe()
})
}

Loading…
Cancel
Save