mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
all: Fix minor typos
This commit is contained in:
@@ -152,7 +152,7 @@ func (i *imageResource) cloneWithUpdates(u *transformationUpdate) (baseResource,
|
||||
|
||||
var img *images.Image
|
||||
|
||||
if u.isContenChanged() {
|
||||
if u.isContentChanged() {
|
||||
img = i.WithSpec(base)
|
||||
} else {
|
||||
img = i.Image
|
||||
|
Reference in New Issue
Block a user