mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Fix assorted typos
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6512d128c6
commit
f7f549e3a7
@@ -83,7 +83,7 @@ func (s *shortcodeTemplates) fromVariantsSlice(variants []string) (shortcodeVari
|
||||
return bestMatch, true
|
||||
}
|
||||
|
||||
// calculate a weight for two string slices of same lenght.
|
||||
// calculate a weight for two string slices of same length.
|
||||
// higher value means "better match".
|
||||
func (s *shortcodeTemplates) compareVariants(a, b []string) int {
|
||||
|
||||
|
Reference in New Issue
Block a user