[w3c/ServiceWorker] Add trailing '/' to example of max scope (#1422)

In the "Service-Worker-Allowed" section of the docs, there's an example of what the default scope would be for a service worker that's registered at `/js/sw.js`. The examples incorrectly state that the default scope would be `/js`, when it's actually `/js/`. (`/js` is one level higher than the default, maximum allowed scope of `/js/`.)
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/ServiceWorker/pull/1422

-- Commit Summary --

  * Add trailing '/' to example of max scope

-- File Changes --

    M docs/index.bs (4)

-- Patch Links --

https://github.com/w3c/ServiceWorker/pull/1422.patch
https://github.com/w3c/ServiceWorker/pull/1422.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1422

Received on Thursday, 6 June 2019 17:41:03 UTC