Skip to content

Commit 8b7220f

Browse files
ganchikuvishr
authored andcommitted
Fixed comment typo in BodyDump (labstack#1431)
1 parent 7c5e9ab commit 8b7220f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/body_dump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var (
4040

4141
// BodyDump returns a BodyDump middleware.
4242
//
43-
// BodyLimit middleware captures the request and response payload and calls the
43+
// BodyDump middleware captures the request and response payload and calls the
4444
// registered handler.
4545
func BodyDump(handler BodyDumpHandler) echo.MiddlewareFunc {
4646
c := DefaultBodyDumpConfig

0 commit comments

Comments
 (0)