Skip to content

Commit 5ca8ba3

Browse files
jorrollkara
authored andcommitted
docs: supply correct manifest.webmanifest filename (angular#37146)
Previously, the docs incorrectly identified the generated manifest file as "manifest.json" when it is actually "manifest.webmanifest". PR Close angular#37146
1 parent 3f70e3d commit 5ca8ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/service-worker-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The above command completes the following actions:
2323
2. Enables service worker build support in the CLI.
2424
3. Imports and registers the service worker in the app module.
2525
4. Updates the `index.html` file:
26-
* Includes a link to add the `manifest.json` file.
26+
* Includes a link to add the `manifest.webmanifest` file.
2727
* Adds meta tags for `theme-color`.
2828
5. Installs icon files to support the installed Progressive Web App (PWA).
2929
6. Creates the service worker configuration file called [`ngsw-config.json`](/guide/service-worker-config), which specifies the caching behaviors and other settings.

0 commit comments

Comments
 (0)