Skip to content

Commit 212bfe0

Browse files
vishrclaude
authored andcommitted
Fix typo in ContextTimeout middleware comment
Change 'aries' to 'arises' in ErrorHandler comment. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b4ea924 commit 212bfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/context_timeout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type ContextTimeoutConfig struct {
1616
// Skipper defines a function to skip middleware.
1717
Skipper Skipper
1818

19-
// ErrorHandler is a function when error aries in middleware execution.
19+
// ErrorHandler is a function when error arises in middleware execution.
2020
ErrorHandler func(err error, c echo.Context) error
2121

2222
// Timeout configures a timeout for the middleware, defaults to 0 for no timeout

0 commit comments

Comments
 (0)