From a25e3fc92b9c92dddf1cf13b693b80a19132934e Mon Sep 17 00:00:00 2001 From: Success Go Date: Sun, 12 Jan 2020 14:59:15 +0800 Subject: [PATCH] Fix typo Former-commit-id: c9e6732d3309d621d27acad6b99f2e378bd98e01 --- core/router/api_builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/router/api_builder.go b/core/router/api_builder.go index fc9debc1..3016a15b 100644 --- a/core/router/api_builder.go +++ b/core/router/api_builder.go @@ -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