From f40bf0a20a9f94b118cb1b6ab3535aaf288571c9 Mon Sep 17 00:00:00 2001 From: Walid ZIOUCHE <01walid@gmail.com> Date: Mon, 28 Dec 2015 21:59:02 +0100 Subject: [PATCH] Fix a small typo in customization docs --- website/content/guide/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/guide/customization.md b/website/content/guide/customization.md index f3ee7568..f3e01917 100644 --- a/website/content/guide/customization.md +++ b/website/content/guide/customization.md @@ -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.