From 01d1c08d541d8e13349647646c6f8d1d2ddb0b37 Mon Sep 17 00:00:00 2001 From: AshwinH Date: Tue, 22 Nov 2016 12:24:46 +0530 Subject: [PATCH] Fixes typo in "--avd is no longer supported." message --- lib/common | 1 - lib/services/platform-service.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 160000 lib/common diff --git a/lib/common b/lib/common deleted file mode 160000 index f07714f823..0000000000 --- a/lib/common +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f07714f8239d4c784ec27708279b5728218374e7 diff --git a/lib/services/platform-service.ts b/lib/services/platform-service.ts index e47e4d224b..eec0cfb844 100644 --- a/lib/services/platform-service.ts +++ b/lib/services/platform-service.ts @@ -541,7 +541,7 @@ export class PlatformService implements IPlatformService { public deployOnEmulator(platform: string, buildConfig?: IBuildConfig): IFuture { platform = platform.toLowerCase(); if (this.$options.avd) { - this.$logger.warn(`Option --avd is no longer supported. Please use --device isntead!`); + this.$logger.warn(`Option --avd is no longer supported. Please use --device instead!`); } if (this.$options.availableDevices || this.$options.device || this.$options.avd) {