mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 12:34:44 -04:00
Fix spelling in error message
This commit is contained in:
parent
84f7e09ff0
commit
ddb7d8fae0
@ -8,7 +8,7 @@
|
|||||||
{{ else if eq $command "Fill"}}
|
{{ else if eq $command "Fill"}}
|
||||||
{{ .Scratch.Set "image" ($original.Fill $options) }}
|
{{ .Scratch.Set "image" ($original.Fill $options) }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ errorf "Invalid image processing command: Must be one of fit, fill or resize."}}
|
{{ errorf "Invalid image processing command: Must be one of Fit, Fill or Resize."}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $image := .Scratch.Get "image" }}
|
{{ $image := .Scratch.Get "image" }}
|
||||||
<figure style="width: {{ add $image.Width 3 }}px; padding: 3px; background-color: #cccc">
|
<figure style="width: {{ add $image.Width 3 }}px; padding: 3px; background-color: #cccc">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user