Skip to content

Commit 3a0f253

Browse files
authored
Fix typo
1 parent 7e3198e commit 3a0f253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/functions/images/Mask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `images.Mask` filter applies a mask to an image. Black pixels in the mask ma
2222
Create the filter:
2323

2424
```go-html-template
25-
{{ $filter := images.Mak "images/mask.png" }}
25+
{{ $filter := images.Mask "images/mask.png" }}
2626
```
2727

2828
{{% include "functions/images/_common/apply-image-filter.md" %}}

0 commit comments

Comments
 (0)