Skip to content

Commit 7d154f8

Browse files
committed
docs(angular): remove --capacitor
1 parent 5b67604 commit 7d154f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/angular/your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Consider setting up npm to operate globally without elevated permissions. See [R
7373
Next, create an Ionic Angular app that uses the "Tabs" starter template and adds Capacitor for native functionality:
7474

7575
```shell
76-
ionic start photo-gallery tabs --type=angular --capacitor
76+
ionic start photo-gallery tabs --type=angular
7777
```
7878

7979
:::note

versioned_docs/version-v7/angular/your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Consider setting up npm to operate globally without elevated permissions. See [R
7373
Next, create an Ionic Angular app that uses the "Tabs" starter template and adds Capacitor for native functionality:
7474

7575
```shell
76-
ionic start photo-gallery tabs --type=angular --capacitor
76+
ionic start photo-gallery tabs --type=angular
7777
```
7878

7979
:::note

0 commit comments

Comments
 (0)