diff --git a/docs/docs/resource-handling-and-service-workers.md b/docs/docs/resource-handling-and-service-workers.md index 34adc1dd1c6ee..9c502870836a0 100644 --- a/docs/docs/resource-handling-and-service-workers.md +++ b/docs/docs/resource-handling-and-service-workers.md @@ -27,7 +27,7 @@ It's important that this array is accurate - if a page entered the array when it When all resources for a page have been successfully prefetched, we do _one_ of the following: - Add the page's path to a temporary array of prefetched paths, if the service worker has not yet installed -- Send a message to the service worker to let it know to whitelist the page's path, if it is installed +- Send a message to the service worker to let it know to allow the page's path, if it is installed Upon initial install, we do the following: @@ -36,7 +36,7 @@ Upon initial install, we do the following: Note that in both of the above cases, all these files should have already been downloaded once by the browser, so with [proper HTTP caching setup](/docs/caching/) we don't have to download any of the files again. However, one exception to this is `