From e5407cccf73a18f73fa035692a038db790da1025 Mon Sep 17 00:00:00 2001 From: Charles Kenney Date: Tue, 6 Oct 2020 22:24:27 -0400 Subject: [PATCH] fix grammatical error --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index 59bf68d..6f2f21f 100644 --- a/app.go +++ b/app.go @@ -64,7 +64,7 @@ type App struct { Action ActionFunc // Execute this function if the proper command cannot be found CommandNotFound CommandNotFoundFunc - // Execute this function if an usage error occurs + // Execute this function if a usage error occurs OnUsageError OnUsageErrorFunc // Compilation date Compiled time.Time