Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

minor grammar fix on service-workers page #10277

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/content/en/learn/pwa/service-workers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ When updating your service worker, do so without renaming it. Do not even add fi
{% endAside %}

After a successful installation, the new service worker will wait to activate until the existing (old) service worker no longer controls any clients. This state is called "waiting", and it's how the browser ensures that only one version of your service worker is running at a time.
Refreshing a page or reopening the PWA won't make the new service worker take control. The user needs to close or navigate away from all tabs and windows using the current service worker and then navigate back. Only then will the new service worker to take control.
Refreshing a page or reopening the PWA won't make the new service worker take control. The user needs to close or navigate away from all tabs and windows using the current service worker and then navigate back. Only then will the new service worker take control.
Visit this [service worker lifecycle article](/service-worker-lifecycle/) for more information.

## Service worker lifespan
Expand Down