diff --git a/README.md b/README.md index 8bcf0e3ef..57c38e19d 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? 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, "