diff --git a/app_config.go b/app_config.go index ed5579e7a..1f5ad488f 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, "