We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3198e commit 3a0f253Copy full SHA for 3a0f253
content/en/functions/images/Mask.md
@@ -22,7 +22,7 @@ The `images.Mask` filter applies a mask to an image. Black pixels in the mask ma
22
Create the filter:
23
24
```go-html-template
25
-{{ $filter := images.Mak "images/mask.png" }}
+{{ $filter := images.Mask "images/mask.png" }}
26
```
27
28
{{% include "functions/images/_common/apply-image-filter.md" %}}
0 commit comments