summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-11-15 08:51:10 -0800
committerGitHub <noreply@github.com>2019-11-15 08:51:10 -0800
commitcb5fba2f6f9032f095cc2e2b196b1bcf14b80968 (patch)
tree92e5afb89042faaf8e33783dbaa89eb828c60f44
parent17bd1b5f4b74a5c350f56a51a63d5b913f012a6c (diff)
downloadchef-cb5fba2f6f9032f095cc2e2b196b1bcf14b80968.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 bc81302e38..f6ccd97e54 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -41,7 +41,7 @@ Chef InSpec has been updated from 4.17.17 to 4.18.38. This release includes a la
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:
+Using with a Windows service that starts, but is not immediately ready:
```ruby
service 'Service that is slow to start and reports as started' do