Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur White committed Jul 6, 2017
1 parent 357468d commit 7e65823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func HelperNL2BR(s string) string {
return strings.Replace(s, "\n", "<br>", -1)
}

// HelperSafeHTML prevents s to be escaped. Be carefull.
// HelperSafeHTML prevents s to be escaped. Be careful.
func HelperSafeHTML(s string) template.HTML {
return template.HTML(s)
}
Expand Down

0 comments on commit 7e65823

Please sign in to comment.