mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
More spelling corrections
This commit is contained in:
2
cache/filecache/filecache.go
vendored
2
cache/filecache/filecache.go
vendored
@@ -69,7 +69,7 @@ var defaultCacheConfigs = map[string]cacheConfig{
|
||||
type cachesConfig map[string]cacheConfig
|
||||
|
||||
type cacheConfig struct {
|
||||
// Maxe age of ache entries in this cache. Any items older than this will
|
||||
// Max age of cache entries in this cache. Any items older than this will
|
||||
// be removed and not returned from the cache.
|
||||
// -1 means forever, 0 means cache is disabled.
|
||||
MaxAge int
|
||||
|
Reference in New Issue
Block a user