From 5aa5ad8ad33725a386f100e5b776430f17f885ac Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Wed, 1 May 2019 03:06:19 +0100 Subject: [PATCH 1/2] 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, " Date: Wed, 1 May 2019 03:06:56 +0100 Subject: [PATCH 2/2] Fix HTML spelling in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bcf0e3e..57c38e19 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ It is recommended at this stage to read the comprehensive documentation at [http * Who is this project aimed at? - Go programmers who want to bundle an HMTL/JS/CSS frontend with their applications, without resorting to creating a server and opening a browser to view it. + Go programmers who want to bundle an HTML/JS/CSS frontend with their applications, without resorting to creating a server and opening a browser to view it. * What's with the name?