We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ea924 commit 212bfe0Copy full SHA for 212bfe0
middleware/context_timeout.go
@@ -16,7 +16,7 @@ type ContextTimeoutConfig struct {
16
// Skipper defines a function to skip middleware.
17
Skipper Skipper
18
19
- // ErrorHandler is a function when error aries in middleware execution.
+ // ErrorHandler is a function when error arises in middleware execution.
20
ErrorHandler func(err error, c echo.Context) error
21
22
// Timeout configures a timeout for the middleware, defaults to 0 for no timeout
0 commit comments