diff --git a/aio/content/guide/service-worker-getting-started.md b/aio/content/guide/service-worker-getting-started.md index b30c5ee7a2..348a34772f 100644 --- a/aio/content/guide/service-worker-getting-started.md +++ b/aio/content/guide/service-worker-getting-started.md @@ -18,7 +18,7 @@ To set up the Angular service worker in your project, use the CLI command `ng ad with setting up the necessary support files. ```sh -ng add @angular/pwa --project *project-name* +ng add @angular/pwa --project *project-name* ``` The above command completes the following actions: