mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Fixed misspelled words
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
ec37420468
commit
ad01aea3f4
@@ -49,7 +49,7 @@ type HeadingContext interface {
|
||||
|
||||
// HeadingRenderer describes a uniquely identifiable rendering hook.
|
||||
type HeadingRenderer interface {
|
||||
// Render writes the renderered content to w using the data in w.
|
||||
// Render writes the rendered content to w using the data in w.
|
||||
RenderHeading(w io.Writer, ctx HeadingContext) error
|
||||
identity.Provider
|
||||
}
|
||||
|
Reference in New Issue
Block a user