1
0
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:
eiei114
2023-09-14 04:41:58 +09:00
committed by GitHub
parent 77d5ae6a91
commit 3950c444b7
2 changed files with 3 additions and 3 deletions

View File

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