From: Aaron Hooper Date: Fri, 27 Jan 2023 11:38:06 +0000 (+0000) Subject: create: Fix typo in error message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2dad13c0e;p=brevno-suite%2Fhugo create: Fix typo in error message --- diff --git a/create/content.go b/create/content.go index 0b9f27797..f8629a778 100644 --- a/create/content.go +++ b/create/content.go @@ -95,7 +95,7 @@ func NewContent(h *hugolib.HugoSites, kind, targetPath string, force bool) error } if ext == "" { - return "", fmt.Errorf("failed to resolve %q to a archetype template", targetPath) + return "", fmt.Errorf("failed to resolve %q to an archetype template", targetPath) } if !files.IsContentFile(b.targetPath) {