docs: fix typo in service worker getting started guide (#25512)

PR Close #25512
This commit is contained in:
Sergey Koshechkin 2018-08-16 10:32:47 +03:00 committed by Jason Aden
parent 469d5e0448
commit b05d4a5007
1 changed files with 1 additions and 1 deletions

View File

@ -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: