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
This commit is contained in:
parent
b1f84ec78f
commit
7fc38d4947
@ -301,7 +301,7 @@ an administrator ever needs to deactivate the service worker quickly.
|
|||||||
### Fail-safe
|
### Fail-safe
|
||||||
|
|
||||||
To deactivate the service worker, remove or rename the
|
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
|
for `ngsw.json` returns a `404`, then the service worker
|
||||||
removes all of its caches and de-registers itself,
|
removes all of its caches and de-registers itself,
|
||||||
essentially self-destructing.
|
essentially self-destructing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user