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