summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-23 12:49:05 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-23 12:49:05 -0800
commited69a5030e5b96cad8a7ca5a69654e10f527f940 (patch)
tree8bc677a177f2a24d99763269779356eb3e5d0c1b
parent4d9fadf6f9c8fc0b441579c31f60f71f09feae74 (diff)
downloadchef-ed69a5030e5b96cad8a7ca5a69654e10f527f940.tar.gz
Fix x509_certificate note wording
This was a bit odd Signed-off-by: Tim Smith <tsmith@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 0577e53336..6c9b8641cd 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -37,7 +37,7 @@ The `windows_task` resource is now idempotent when a system is joined to a domai
### x509_certificate
-The `x509_certificate` resource now includes a new `renew_before_expiry` property that allows you to auto renew certicates with a number of days before they expire. Thanks [@julienhuon](https://github.com/julienhuon/) for this improvement.
+The `x509_certificate` resource now includes a new `renew_before_expiry` property that allows you to auto renew certicates a specified number of days before they expire. Thanks [@julienhuon](https://github.com/julienhuon/) for this improvement.
## Additional Recipe Helpers