mirror of
https://github.com/labstack/echo.git
synced 2025-12-03 22:59:09 +02:00
fix some typos (#2511)
This commit is contained in:
@@ -13,7 +13,7 @@ type ContextTimeoutConfig struct {
|
||||
// Skipper defines a function to skip middleware.
|
||||
Skipper Skipper
|
||||
|
||||
// ErrorHandler is a function when error aries in middeware execution.
|
||||
// ErrorHandler is a function when error aries in middleware execution.
|
||||
ErrorHandler func(err error, c echo.Context) error
|
||||
|
||||
// Timeout configures a timeout for the middleware, defaults to 0 for no timeout
|
||||
|
||||
Reference in New Issue
Block a user