mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
all: Typo fixes
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6927e6f048
commit
4094a1e12c
@@ -270,7 +270,7 @@ type sourceInfo struct {
|
||||
}
|
||||
|
||||
func (p PagesFromTemplate) CloneForSite(s page.Site) *PagesFromTemplate {
|
||||
// We deliberately make them share the same DepenencyManager and Store.
|
||||
// We deliberately make them share the same DependencyManager and Store.
|
||||
p.PagesFromTemplateOptions.Site = s
|
||||
p.PagesFromTemplateDeps = p.PagesFromTemplateOptions.DepsFromSite(s)
|
||||
p.buildState = &BuildState{
|
||||
|
Reference in New Issue
Block a user