From 5aa5ad8ad33725a386f100e5b776430f17f885ac Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Wed, 1 May 2019 03:06:19 +0100 Subject: [PATCH] Fix HTML spelling in app_config.go --- app_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_config.go b/app_config.go index ed5579e7..1f5ad488 100644 --- a/app_config.go +++ b/app_config.go @@ -41,7 +41,7 @@ func (a *AppConfig) merge(in *AppConfig) error { a.HTML = strings.TrimSpace(inlineHTML) // Deduce whether this is a full html page or a fragment - // The document is determined to be a fragment if an HMTL + // The document is determined to be a fragment if an HTML // tag exists and is located before the first div tag HTMLTagIndex := strings.Index(a.HTML, "