Skip to content

Commit df8bd3b

Browse files
committed
Updated docs
Signed-off-by: Vishal Rana <[email protected]>
1 parent 6f72add commit df8bd3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,7 @@ func welcome(c *echo.Context) *echo.HTTPError {
258258
}
259259
```
260260

261-
`echo.HTTPError` has status code, message and error fields. Internally it uses
262-
`http.Error` to send HTTP response with status code and message.
261+
See how [HTTPErrorHandler](#customization) handles it.
263262

264263
## Deployment
265264

0 commit comments

Comments
 (0)