Skip to content

Commit 8b09582

Browse files
committed
docs(react): remove --capacitor
1 parent 90a1aca commit 8b09582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/react/your-first-app.md

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

7373
```shell
74-
ionic start photo-gallery tabs --type=react --capacitor
74+
ionic start photo-gallery tabs --type=react
7575
```
7676

7777
This starter project comes complete with three pre-built pages and best practices for Ionic development. With common building blocks already in place, we can add more features easily!

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

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

7373
```shell
74-
ionic start photo-gallery tabs --type=react --capacitor
74+
ionic start photo-gallery tabs --type=react
7575
```
7676

7777
This starter project comes complete with three pre-built pages and best practices for Ionic development. With common building blocks already in place, we can add more features easily!

0 commit comments

Comments
 (0)