Skip to content

Commit ae16378

Browse files
juristrIgorMinar
authored andcommitted
docs: fix wrong filename in text (angular#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 angular#28832
1 parent 73b9cd7 commit ae16378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/service-worker-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ an administrator ever needs to deactivate the service worker quickly.
301301
### Fail-safe
302302

303303
To deactivate the service worker, remove or rename the
304-
`ngsw-config.json` file. When the service worker's request
304+
`ngsw.json` file. When the service worker's request
305305
for `ngsw.json` returns a `404`, then the service worker
306306
removes all of its caches and de-registers itself,
307307
essentially self-destructing.

0 commit comments

Comments
 (0)