summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-04-05 17:05:29 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-04-06 10:03:15 -0700
commitafa4237dbf47996345dafb93da45163bf3673df0 (patch)
tree8b49465aa5c2891779ee8d73b4df9d1f0db1b69c
parent677210f055ee206c9ff9e4bd7aa44635931de6c8 (diff)
downloadchef-afa4237dbf47996345dafb93da45163bf3673df0.tar.gz
fix markdown typo
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b913b94d27..df43f23b6d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -315,7 +315,7 @@ Some examples of changes:
* `which ruby` in 12.x will return any system ruby and fall back to the embedded ruby if using omnibus
* `which ruby` in 13.x will return any system ruby and will not find the embedded ruby if using omnibus
-* `shell_out_with_systems_locale("which ruby") behaves the same as `which ruby` above
+* `shell_out_with_systems_locale("which ruby")` behaves the same as `which ruby` above
* `shell_out("which ruby")` in 12.x will return any system ruby and fall back to the embedded ruby if using omnibus
* `shell_out("which ruby")` in 13.x will always return the omnibus ruby first (but will find the system ruby if not using omnibus)