summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:54:17 -0700
committerGitHub <noreply@github.com>2020-04-28 07:54:17 -0700
commitac8afe6bfbbdd9c32fce3fbf4f65986b37676f5d (patch)
treef2f48266c4596d9cb0984813a7e5d80cb32efe99
parentda78cd15bbda6af9bc35934d820757dc4eb6add0 (diff)
downloadchef-ac8afe6bfbbdd9c32fce3fbf4f65986b37676f5d.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjinglewski@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 31d59c4166..f02fc16738 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -431,7 +431,7 @@ Several helpers introduced in Chef Infra Client 15.5 are now available for use i
`which(foo)`
-The which helper searches the system's path and returns the first occurrence of a binary, similar to the `which` command on *nix systems. It also allows you to pass an `extra_path` value for additional directories to search in.
+The `which` helper searches the system's path and returns the first occurrence of a binary, similar to the `which` command on *nix systems. It also allows you to pass an `extra_path` value for additional directories to search.
```ruby
which('systemctl')