Skip to content

Commit

Permalink
Fix typo in docs for md5sum example
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 authored and eikenb committed Mar 7, 2023
1 parent 28bba12 commit 32e41ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templating-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ Takes the argument as a string and compute the sha256_hex value
Takes a string input as an argument, and returns the hex-encoded md5 hash of the input.

```golang
{{ "myString" | md5 }}
{{ "myString" | md5sum }}
```

### `split`
Expand Down

0 comments on commit 32e41ed

Please sign in to comment.