Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored and bep committed Oct 26, 2021
1 parent 75c9b89 commit 1d60bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1d60bd1

Please sign in to comment.