From 89856c1f57f87e23f6a054a1dc71c3b2ce96ec20 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Thu, 24 Nov 2016 13:28:39 +0200 Subject: [PATCH] Typo fixed --- lib/services/platform-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/platform-service.ts b/lib/services/platform-service.ts index 7f3f3683ca..6ad2e2ac34 100644 --- a/lib/services/platform-service.ts +++ b/lib/services/platform-service.ts @@ -531,7 +531,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) {