From b05d4a5007dd7b14f72b43897812f3ee5678f1b8 Mon Sep 17 00:00:00 2001 From: Sergey Koshechkin Date: Thu, 16 Aug 2018 10:32:47 +0300 Subject: [PATCH] docs: fix typo in service worker getting started guide (#25512) PR Close #25512 --- aio/content/guide/service-worker-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: