fixed typo

Signed-off-by: Till Hoffmann <till.hoffmann@enforge.de>
This commit is contained in:
Till Hoffmann 2019-09-27 12:47:18 +02:00
parent 0b229bdd04
commit 8648ccf5d3
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ func (e *Engine) renderWithReferences(tpls map[string]renderable, referenceTpls
rendered = make(map[string]string, len(files))
var buf bytes.Buffer
for _, file := range files {
// Don't render partials. We don't care out the direct output of partials.
// Don't render partials. We don't care about the direct output of partials.
// They are only included from other templates.
if strings.HasPrefix(path.Base(file), "_") {
continue