1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-17 21:08:05 +02:00

Fix a small typo in customization docs

This commit is contained in:
Walid ZIOUCHE 2015-12-28 21:59:02 +01:00
parent 5cd194b6b0
commit f40bf0a20a

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.