Skip to content

Commit 94297ab

Browse files
committed
Update title
1 parent cd85695 commit 94297ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide/mobile/introduction-to-mobile-technologies/service-worker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Service Worker and PWA Updates"
2+
title: "PWA Service Worker"
33
url: /refguide/mobile/introduction-to-mobile-technologies/service-worker
44
weight: 20
55
---
@@ -12,7 +12,7 @@ A service worker's primary role is to intercept network requests made by your PW
1212

1313
## Service Worker Scope {#scope}
1414

15-
A service worker’s scope is determined by the location of its JavaScript file on the web server. For example, if a service worker runs on a page located at `/subdir/index.html`, and is located at `/subdir/sw.js`, the service worker's scope is `/subdir/`.
15+
A service worker’s scope is determined by the location of its JavaScript file on the web server. For example, if a service worker runs on a page located at `/subdir/index.html` and is located at `/subdir/sw.js`, then the service worker's scope is `/subdir/`.
1616

1717
Scope limits which pages are controlled by a service worker, not which requests it can intercept. Once a service worker controls a page, it can intercept any network request that page makes, including requests to cross-origin resources.
1818

0 commit comments

Comments
 (0)