1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: fix typo (#1309)

macthes -> matches
This commit is contained in:
jonjohnsonjr 2020-01-26 06:45:58 -08:00 committed by Carlos Alexandro Becker
parent 025e02a3bf
commit 0a190ef390

View File

@ -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) |