Skip to content

Commit 19d24e5

Browse files
authored
Merge pull request #2254 from NativeScript/typo-fix
Typo fixed
2 parents 1f5a0b4 + 89856c1 commit 19d24e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/platform-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export class PlatformService implements IPlatformService {
531531
public deployOnEmulator(platform: string, buildConfig?: IBuildConfig): IFuture<void> {
532532
platform = platform.toLowerCase();
533533
if (this.$options.avd) {
534-
this.$logger.warn(`Option --avd is no longer supported. Please use --device isntead!`);
534+
this.$logger.warn(`Option --avd is no longer supported. Please use --device instead!`);
535535
}
536536

537537
if (this.$options.availableDevices || this.$options.device || this.$options.avd) {

0 commit comments

Comments
 (0)