Fix typo in comment

This commit is contained in:
math-nao 2018-03-23 00:10:18 +01:00
parent d6bef2ee09
commit 4f3ceafa84
1 changed files with 1 additions and 1 deletions

2
gin.go
View File

@ -197,7 +197,7 @@ func (engine *Engine) LoadHTMLFiles(files ...string) {
engine.SetHTMLTemplate(templ) engine.SetHTMLTemplate(templ)
} }
// LoadHTMLFilesRecursively loads recursivly a slice of HTML files mathing an extension // LoadHTMLFilesRecursively loads recursively a slice of HTML files mathing an extension
// and associates the result with HTML renderer. // and associates the result with HTML renderer.
func (engine *Engine) LoadHTMLFilesRecursively(folder string, extensionsAllowed []string) { func (engine *Engine) LoadHTMLFilesRecursively(folder string, extensionsAllowed []string) {