mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Fix assorted typos
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6512d128c6
commit
f7f549e3a7
@@ -70,7 +70,7 @@ func (p pageContent) contentToRender(renderedShortcodes map[string]string) []byt
|
||||
|
||||
}
|
||||
default:
|
||||
panic(fmt.Sprintf("unkown item type %T", it))
|
||||
panic(fmt.Sprintf("unknown item type %T", it))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user