mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
helpers, output: Fix spelling
This commit is contained in:
@@ -96,7 +96,7 @@ func (formats Formats) GetByName(name string) (f Format, found bool) {
|
||||
return
|
||||
}
|
||||
|
||||
// Format represents an output represenation, usually to a file on disk.
|
||||
// Format represents an output representation, usually to a file on disk.
|
||||
type Format struct {
|
||||
// The Name is used as an identifier. Internal output formats (i.e. HTML and RSS)
|
||||
// can be overridden by providing a new definition for those types.
|
||||
|
Reference in New Issue
Block a user