Fix typo in key command
This commit is contained in:
parent
63e63e438e
commit
0d0c0539d0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue