Merge pull request #1192 from Charliekenney23/fix-typo

fix grammatical error
This commit is contained in:
Sascha Grunert 2020-10-08 09:19:23 +02:00 committed by GitHub
commit cd82784a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

@ -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