Fix typo in error message

This commit is contained in:
Joe Mooring 2021-10-25 13:35:35 -07:00 committed by Bjørn Erik Pedersen
parent 75c9b893d9
commit 1d60bd1efa

View file

@ -92,7 +92,7 @@ func NewContent(h *hugolib.HugoSites, kind, targetPath string) error {
}
if !files.IsContentFile(b.targetPath) {
return errors.Errorf("target path %q is not a kown content format", b.targetPath)
return errors.Errorf("target path %q is not a known content format", b.targetPath)
}
return b.buildFile()