summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:53:59 -0700
committerGitHub <noreply@github.com>2020-04-28 07:53:59 -0700
commitda78cd15bbda6af9bc35934d820757dc4eb6add0 (patch)
tree7b3dde819c1dc1bcef5c562740dd1f69c9138e58
parentf88b082ec34e90081304c495b1be9000f3c1c6b0 (diff)
downloadchef-da78cd15bbda6af9bc35934d820757dc4eb6add0.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 15d1d6f5ea..31d59c4166 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -427,7 +427,7 @@ Several helpers introduced in Chef Infra Client 15.5 are now available for use i
`sanitized_path`
-sanitize_path is a cross platform method that returns the system's path along with the Chef Infra Client Ruby bin dir / gem bin dir and common system paths such as /sbin and /usr/local/bin.
+`sanitize_path` is a cross platform method that returns the system's path along with the Chef Infra Client Ruby bin dir / gem bin dir and common system paths such as `/sbin` and `/usr/local/bin`.
`which(foo)`