From 8a99b3e7e4bdda1b84c3781304540300cba2ce74 Mon Sep 17 00:00:00 2001 From: Mirko Tebaldi Date: Sun, 26 Apr 2015 22:54:04 +0200 Subject: [PATCH] Update index.md Small fix --- docs/en/edge/guide/platforms/android/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/edge/guide/platforms/android/index.md b/docs/en/edge/guide/platforms/android/index.md index 2150b0bd47..66a7baa028 100644 --- a/docs/en/edge/guide/platforms/android/index.md +++ b/docs/en/edge/guide/platforms/android/index.md @@ -240,7 +240,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: