summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-15 09:05:56 -0700
committerGitHub <noreply@github.com>2019-10-15 09:05:56 -0700
commit7c717742ba230417bba037f07429ea84c5119408 (patch)
tree94d1dd373b351ea48597592ff65ab8bd3179146b
parentfb83bcaf3294cb0af318b260cb7eaa9f9ad0bc3b (diff)
downloadchef-7c717742ba230417bba037f07429ea84c5119408.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a00962dc84..0602295304 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -47,7 +47,7 @@ The `remote_file` resource has been updated to better display progress when usin
### sudo
-The `sudo` resource now runs sudo config validation against all of the sudo configuration files on the system instead of just the file being written. This allows us to detect configuration errors that occur when configs conflict with each other. Thanks for reporting this issue [@drzewiec](https://github.com/drzewiec).
+The `sudo` resource now runs sudo config validation against all of the sudo configuration files on the system instead of only the file being written. This allows us to detect configuration errors that occur when configs conflict with each other. Thanks for reporting this issue [@drzewiec](https://github.com/drzewiec).
### windows_ad_join