Fix comment typo

This commit is contained in:
Evan Hahn 2021-02-03 10:45:35 -06:00 committed by GitHub
parent 8f1bb6f087
commit 38193e6591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ export function notify({
notification.onclick = onNotificationClick;
if (!silent && audioNotificationSupport === AudioNotificationSupport.Custom) {
// We kick off the sound to be played. No neet to await it.
// We kick off the sound to be played. No need to await it.
new Sound({ src: 'sounds/notification.ogg' }).play();
}