mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix typo in error message
This commit is contained in:
parent
75c9b893d9
commit
1d60bd1efa
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue