From a0b86e58f8f908b6f14150a3c1c79e3fd5696808 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 11 Aug 2020 12:17:29 +0800 Subject: [PATCH] Correct a typo in doc/util.go (#1184) --- doc/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/util.go b/doc/util.go index 8d3dbec..bffde94 100644 --- a/doc/util.go +++ b/doc/util.go @@ -20,7 +20,7 @@ import ( ) // Test to see if we have a reason to print See Also information in docs -// Basically this is a test for a parent commend or a subcommand which is +// Basically this is a test for a parent command or a subcommand which is // both not deprecated and not the autogenerated help command. func hasSeeAlso(cmd *cobra.Command) bool { if cmd.HasParent() {