diff options
Diffstat (limited to 'create')
-rw-r--r-- | create/content.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content.go b/create/content.go index eb0658604..017f97e3d 100644 --- a/create/content.go +++ b/create/content.go @@ -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() |