mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Fix assorted typos
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6512d128c6
commit
f7f549e3a7
@@ -702,7 +702,7 @@ func (r *Spec) newGenericResourceWithBase(
|
||||
mediaType media.Type) *genericResource {
|
||||
|
||||
if osFileInfo != nil && osFileInfo.IsDir() {
|
||||
panic(fmt.Sprintf("dirs nto supported resource types: %v", osFileInfo))
|
||||
panic(fmt.Sprintf("dirs not supported resource types: %v", osFileInfo))
|
||||
}
|
||||
|
||||
// This value is used both to construct URLs and file paths, but start
|
||||
|
Reference in New Issue
Block a user