Skip to content

Commit a3b5b89

Browse files
committed
Fix typo in CHANGELOG
1 parent ad6f100 commit a3b5b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v3.9.0 - 2021-10-02
44

5-
- A new `shellQuote` was added to the template system
5+
- A new `shellQuote` function was added to the template system
66
(`{{shellQuote "a string"}}`) to ensure a string is safe for use in shell
77
([mvdan/sh#727](https://github.com/mvdan/sh/pull/727), [mvdan/sh#737](https://github.com/mvdan/sh/pull/737), [Documentation](https://pkg.go.dev/mvdan.cc/sh/[email protected]/syntax#Quote))
88
- In this version [mvdan.cc/sh](https://github.com/mvdan/sh) was upgraded

0 commit comments

Comments
 (0)