mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
Fix typo
Former-commit-id: c9e6732d3309d621d27acad6b99f2e378bd98e01
This commit is contained in:
@@ -921,7 +921,7 @@ func (api *APIBuilder) Favicon(favPath string, requestPath ...string) *Route {
|
||||
|
||||
// OnErrorCode registers an error http status code
|
||||
// based on the "statusCode" < 200 || >= 400 (came from `context.StatusCodeNotSuccessful`).
|
||||
// The handler is being wrapepd by a generic
|
||||
// The handler is being wrapped by a generic
|
||||
// handler which will try to reset
|
||||
// the body if recorder was enabled
|
||||
// and/or disable the gzip if gzip response recorder
|
||||
|
||||
Reference in New Issue
Block a user