summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-11-15 08:51:03 -0800
committerGitHub <noreply@github.com>2019-11-15 08:51:03 -0800
commit17bd1b5f4b74a5c350f56a51a63d5b913f012a6c (patch)
treecb72a0c35c0e0f5bcd26853eb348977d5e6c3d0f /RELEASE_NOTES.md
parentc782ae280ef4737bbb4430e7d5c8c2c56d14ae91 (diff)
downloadchef-17bd1b5f4b74a5c350f56a51a63d5b913f012a6c.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2eb2b960e2..bc81302e38 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -39,7 +39,7 @@ Chef InSpec has been updated from 4.17.17 to 4.18.38. This release includes a la
### chef_sleep
-The `chef_sleep` resource can be used to sleep for a specified number of seconds during a Chef Infra Client run. This may be helpful for use with other commands that return a completed status before they are actually ready. In general don't use this resource unless you truly need.
+The `chef_sleep` resource can be used to sleep for a specified number of seconds during a Chef Infra Client run. This may be helpful to use with other commands that return a completed status before they are actually ready. In general, do not use this resource unless you truly need it.
Using with a Windows service that starts, but isn't immediately ready: