diff --git a/src/index.ts b/src/index.ts index 345687a..be763ff 100644 --- a/src/index.ts +++ b/src/index.ts @@ -111,7 +111,7 @@ export const uninstall = () => { export const isBrowser = () => installed(); /** - * detects if we are running in a service worker + * detects if we are running in a web service worker */ export const isServiceWorker = () => typeof self !== 'undefined';