Fix typo: serive -> service (#2647)

This commit is contained in:
Aya Morisawa 2018-09-07 00:44:57 +09:00 committed by syuilo
parent ff0a05a2d6
commit 5cd6a0db16
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@
// Random
localStorage.setItem('salt', Math.random().toString());
// Clear cache (serive worker)
// Clear cache (service worker)
try {
navigator.serviceWorker.controller.postMessage('clear');

View File

@ -9,7 +9,7 @@ export default async function(mios: MiOS, force = false, silent = false) {
localStorage.setItem('should-refresh', 'true');
localStorage.setItem('v', newer);
// Clear cache (serive worker)
// Clear cache (service worker)
try {
if (navigator.serviceWorker.controller) {
navigator.serviceWorker.controller.postMessage('clear');