From 0d0c0539d0c53269ebedd93332425ef7172a8492 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 14 Jul 2018 18:48:12 -0400 Subject: [PATCH] Fix typo in key command --- lib/src/commands/key.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/commands/key.dart b/lib/src/commands/key.dart index 296be62..cab986f 100644 --- a/lib/src/commands/key.dart +++ b/lib/src/commands/key.dart @@ -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 {