mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
all: Typo fixes
This commit is contained in:
parent
6927e6f048
commit
4094a1e12c
5 changed files with 6 additions and 6 deletions
4
cache/httpcache/httpcache.go
vendored
4
cache/httpcache/httpcache.go
vendored
|
@ -42,7 +42,7 @@ var DefaultConfig = Config{
|
|||
|
||||
// Config holds the configuration for the HTTP cache.
|
||||
type Config struct {
|
||||
// Configures the HTTP cache behaviour (RFC 9111).
|
||||
// Configures the HTTP cache behavior (RFC 9111).
|
||||
// When this is not enabled for a resource, Hugo will go straight to the file cache.
|
||||
Cache Cache
|
||||
|
||||
|
@ -52,7 +52,7 @@ type Config struct {
|
|||
}
|
||||
|
||||
type Cache struct {
|
||||
// Enable HTTP cache behaviour (RFC 9111) for these rsources.
|
||||
// Enable HTTP cache behavior (RFC 9111) for these resources.
|
||||
For GlobMatcher
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue