Skip to content

Commit 899f1ea

Browse files
committed
docs(angular): update distribute pages
1 parent c3a34a9 commit 899f1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/angular/your-first-app/8-distribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Upon completion of the Web Build, additional versioning options are available to
6161
To receive this live update, you will need to run the app on a device or an emulator. The quickest and easiest way to do this is through the following command:
6262

6363
```shell
64-
ionic cordova run [ios | android] [options]
64+
ionic cap run [ios | android] [options]
6565
```
6666

6767
Assuming the app is configured correctly to listen to the channel you deployed to, the app should immediately update on startup if you have chosen the auto update method during setup. If the background update method was chosen, be sure to stay in the app for about 30 seconds to ensure the update was downloaded. Then, close the application, reopen it, and you will see the updates applied!

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Upon completion of the Web Build, additional versioning options are available to
6161
To receive this live update, you will need to run the app on a device or an emulator. The quickest and easiest way to do this is through the following command:
6262

6363
```shell
64-
ionic cordova run [ios | android] [options]
64+
ionic cap run [ios | android] [options]
6565
```
6666

6767
Assuming the app is configured correctly to listen to the channel you deployed to, the app should immediately update on startup if you have chosen the auto update method during setup. If the background update method was chosen, be sure to stay in the app for about 30 seconds to ensure the update was downloaded. Then, close the application, reopen it, and you will see the updates applied!

0 commit comments

Comments
 (0)