Commit cec37ab4 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by Danny Tuppeny

Fix typo

parent 6ff84d08
...@@ -73,7 +73,7 @@ class EmulatorsCommand extends FlutterCommand { ...@@ -73,7 +73,7 @@ class EmulatorsCommand extends FlutterCommand {
} }
} else { } else {
printStatus( printStatus(
'${emulators.length} available ${pluralize('emulators', emulators.length)}:\n'); '${emulators.length} available ${pluralize('emulator', emulators.length)}:\n');
await Emulator.printEmulators(emulators); await Emulator.printEmulators(emulators);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment