1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00

Merge pull request #300 from 01walid/patch-2

Fix a small typo in customization docs
This commit is contained in:
Vishal Rana 2016-01-26 08:03:20 -08:00
commit 770858c6e6

View File

@ -45,7 +45,7 @@ SetLogLevel sets the log level for the logger. Default value is `log.INFO`.
### HTTP2
`echo#HTTP(on bool)`
`echo#HTTP2(on bool)`
Enable/disable HTTP2 support.