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
@@ -100,7 +100,7 @@ type pagesCollector struct {
|
||||
// That is, if a front matter cascade section is removed, added or edited.
|
||||
// If this is the case we must re-evaluate its descendants.
|
||||
func (c *pagesCollector) isCascadingEdit(dir contentDirKey) (bool, string) {
|
||||
// This is eiter a section or a taxonomy node. Find it.
|
||||
// This is either a section or a taxonomy node. Find it.
|
||||
prefix := cleanTreeKey(dir.dirname)
|
||||
|
||||
section := "/"
|
||||
|
Reference in New Issue
Block a user