Skip to content

Commit

Permalink
Resolved a grammatical error (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
imaskm committed Jun 13, 2021
1 parent 443c6a5 commit b5d4a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funcs.go
Expand Up @@ -17,7 +17,7 @@ type ActionFunc func(*Context) error
// CommandNotFoundFunc is executed if the proper command cannot be found
type CommandNotFoundFunc func(*Context, string)

// OnUsageErrorFunc is executed if an usage error occurs. This is useful for displaying
// OnUsageErrorFunc is executed if a usage error occurs. This is useful for displaying
// customized usage error messages. This function is able to replace the
// original error messages. If this function is not set, the "Incorrect usage"
// is displayed and the execution is interrupted.
Expand Down

0 comments on commit b5d4a04

Please sign in to comment.