Skip to content

Commit

Permalink
Update type typo for Header handler (labstack#868)
Browse files Browse the repository at this point in the history
The example for ServerHeader middleware is trying to set a `Echo/3.0` header,
but the response out put has a Echo/2.0 header, may confuse people.
  • Loading branch information
zwpaper authored and vishr committed Mar 3, 2017
1 parent b218599 commit 948d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/cookbook/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description = "Middleware example for Echo"
Content-Length:122
Content-Type:application/json; charset=utf-8
Date:Thu, 14 Apr 2016 20:31:46 GMT
Server:Echo/2.0
Server:Echo/3.0
```

*Body*
Expand Down

0 comments on commit 948d607

Please sign in to comment.