diff --git a/www/content/templates.md b/www/content/templates.md index ae26f7f97..b1910b317 100644 --- a/www/content/templates.md +++ b/www/content/templates.md @@ -44,7 +44,7 @@ On all fields, you have these available functions: | Usage | Description | | :--------------------: | :----------------------------------------------------------------------------------: | -| `replace "v1.2" "v" ""` | replaces all macthes. See [ReplaceAll](https://golang.org/pkg/strings/#ReplaceAll) | +| `replace "v1.2" "v" ""` | replaces all matches. See [ReplaceAll](https://golang.org/pkg/strings/#ReplaceAll) | | `time "01/02/2006"` | current UTC time in the specified format | | `tolower "V1.2"` | makes input string lowercase. See [ToLower](https://golang.org/pkg/strings/#ToLower) | | `toupper "v1.2"` | makes input string uppercase. See [ToUpper](https://golang.org/pkg/strings/#ToUpper) |