Fix typo in key command

This commit is contained in:
Tobe O 2018-07-14 18:48:12 -04:00
parent 63e63e438e
commit 0d0c0539d0

View file

@ -7,7 +7,7 @@ class KeyCommand extends Command {
String get name => 'key';
@override
String get description => 'Generates a new `angel_auth`key.';
String get description => 'Generates a new `angel_auth` key.';
@override
run() async {