mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 06:23:39 -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"}}
|
||||
{{ .Scratch.Set "image" ($original.Fill $options) }}
|
||||
{{ 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 }}
|
||||
{{ $image := .Scratch.Get "image" }}
|
||||
<figure style="width: {{ add $image.Width 3 }}px; padding: 3px; background-color: #cccc">
|
||||
|
Loading…
x
Reference in New Issue
Block a user