mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
resources: Fix spelling
This commit is contained in:
parent
be47830a87
commit
bc05d854b2
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ func (c *Client) FromRemote(uri string, optionsm map[string]any) (resource.Resou
|
|||
|
||||
// A common pattern is to use the key in the options map as
|
||||
// a way to control cache eviction,
|
||||
// so make sure we use any user provided kehy as the file cache key,
|
||||
// so make sure we use any user provided key as the file cache key,
|
||||
// but the auto generated and more stable key for everything else.
|
||||
filecacheKey := userKey
|
||||
|
||||
|
|
Loading…
Reference in a new issue