mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
media, output: Fix spelling
This commit is contained in:
@@ -217,7 +217,7 @@ func (formats Formats) FromFilename(filename string) (f Format, found bool) {
|
||||
}
|
||||
|
||||
// DecodeFormats takes a list of output format configurations and merges those,
|
||||
// in ther order given, with the Hugo defaults as the last resort.
|
||||
// in the order given, with the Hugo defaults as the last resort.
|
||||
func DecodeFormats(mediaTypes media.Types, maps ...map[string]interface{}) (Formats, error) {
|
||||
f := make(Formats, len(DefaultFormats))
|
||||
copy(f, DefaultFormats)
|
||||
|
Reference in New Issue
Block a user