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) {