docs: fix typo in service worker getting started guide (#25512)
PR Close #25512
This commit is contained in:
parent
469d5e0448
commit
b05d4a5007
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue