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

2
app.go
View File

@@ -64,7 +64,7 @@ type App struct {
Action ActionFunc Action ActionFunc
// Execute this function if the proper command cannot be found // Execute this function if the proper command cannot be found
CommandNotFound CommandNotFoundFunc CommandNotFound CommandNotFoundFunc
// Execute this function if an usage error occurs // Execute this function if a usage error occurs
OnUsageError OnUsageErrorFunc OnUsageError OnUsageErrorFunc
// Compilation date // Compilation date
Compiled time.Time Compiled time.Time