Update docs, fix typo in background.js

This commit is contained in:
Corbin Davenport
2022-02-13 02:25:00 -05:00
parent e1d4786318
commit d0ed1a72da
3 changed files with 11 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ if ('mediaSession' in navigator) {
})
}
// Creat audio object
// Create audio object
var themeAudio = new Audio()
themeAudio.volume = 0.5
themeAudio.loop = true