Repository: cordova-docs Updated Branches: refs/heads/master 7422f85b8 -> 63f1eb27b
Fix typo : iOS -> Android Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2191f83d Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2191f83d Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2191f83d Branch: refs/heads/master Commit: 2191f83d30e62ec51c2c19e80a886a1dcc843ab9 Parents: 8a41edc Author: Henry Lim <[email protected]> Authored: Fri Dec 18 15:33:31 2015 +0800 Committer: Henry Lim <[email protected]> Committed: Fri Dec 18 15:33:31 2015 +0800 ---------------------------------------------------------------------- www/docs/en/5.0.0/guide/platforms/android/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2191f83d/www/docs/en/5.0.0/guide/platforms/android/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/5.0.0/guide/platforms/android/index.md b/www/docs/en/5.0.0/guide/platforms/android/index.md index 3291d6d..7d2f28d 100644 --- a/www/docs/en/5.0.0/guide/platforms/android/index.md +++ b/www/docs/en/5.0.0/guide/platforms/android/index.md @@ -243,7 +243,7 @@ release: You can use the `cordova` CLI utility to deploy the application to the emulator or the device from the command line: - $ cordova emulate android #to deploy the app on a default iOS emulator + $ cordova emulate android #to deploy the app on a default Android emulator $ cordova run android --device #to deploy the app on a connected device Otherwise, use the alternate shell interface: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
