From 7fc38d49477a33a4c7019f4fbf3857f9f4d1ffcb Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Tue, 19 Feb 2019 18:26:42 +0100 Subject: [PATCH] docs: fix wrong filename in text (#28832) This should be `ngsw.json` not `ngsw-config.json` as the latter is only the src file that gets then compiled into the `ngsw.json` and placed into the `dist` folder PR Close #28832 --- aio/content/guide/service-worker-devops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/service-worker-devops.md b/aio/content/guide/service-worker-devops.md index d3e2d234b2..97caa3a4fa 100644 --- a/aio/content/guide/service-worker-devops.md +++ b/aio/content/guide/service-worker-devops.md @@ -301,7 +301,7 @@ an administrator ever needs to deactivate the service worker quickly. ### Fail-safe To deactivate the service worker, remove or rename the -`ngsw-config.json` file. When the service worker's request +`ngsw.json` file. When the service worker's request for `ngsw.json` returns a `404`, then the service worker removes all of its caches and de-registers itself, essentially self-destructing.