Skip to content

Commit

Permalink
Fix HTML spelling in app_config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed May 1, 2019
1 parent ac203ec commit 5aa5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_config.go
Expand Up @@ -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, "<html")
DivTagIndex := strings.Index(a.HTML, "<div")
Expand Down

0 comments on commit 5aa5ad8

Please sign in to comment.