From: Joe Mooring Date: Mon, 25 Oct 2021 20:35:35 +0000 (-0700) Subject: Fix typo in error message X-Git-Tag: v0.89.0~19 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1d60bd1efa943349636edad3dd8c5427312ab0f1;p=brevno-suite%2Fhugo Fix typo in error message --- diff --git a/create/content.go b/create/content.go index eb065860..017f97e3 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()