We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f5a0b4 + 89856c1 commit 19d24e5Copy full SHA for 19d24e5
lib/services/platform-service.ts
@@ -531,7 +531,7 @@ export class PlatformService implements IPlatformService {
531
public deployOnEmulator(platform: string, buildConfig?: IBuildConfig): IFuture<void> {
532
platform = platform.toLowerCase();
533
if (this.$options.avd) {
534
- 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!`);
535
}
536
537
if (this.$options.availableDevices || this.$options.device || this.$options.avd) {
0 commit comments