diff options
Diffstat (limited to 'hugolib/site_output.go')
-rw-r--r-- | hugolib/site_output.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_output.go b/hugolib/site_output.go index 2744c0133..47778b8b0 100644 --- a/hugolib/site_output.go +++ b/hugolib/site_output.go @@ -80,7 +80,7 @@ func createSiteOutputFormats(allFormats output.Formats, outputs map[string]any, f, found := allFormats.GetByName(format) if !found { if rssDisabled && strings.EqualFold(format, "RSS") { - // This is legacy behaviour. We used to have both + // This is legacy behavior. We used to have both // a RSS page kind and output format. continue } |