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 {
}
} else {
printStatus(
'${emulators.length} available ${pluralize('emulators', emulators.length)}:\n');
'${emulators.length} available ${pluralize('emulator', emulators.length)}:\n');
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