summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-17 10:58:14 -0700
committerGitHub <noreply@github.com>2020-06-17 10:58:14 -0700
commit55ee738e6ee3ef05597e53aa29c54255edd4c515 (patch)
tree557fcc7207602b5e69affabd1d9b3e661eed6f58
parentbe1eeb0cf585e10d1c14bb49d63f35beb9d03016 (diff)
downloadchef-55ee738e6ee3ef05597e53aa29c54255edd4c515.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@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 c529d8be01..c9d7a26f0f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -39,7 +39,7 @@ We've introduced several Cookstyle rules to detect both custom resources and leg
The `windows_audit_policy` resource is used to configure system-level and per-user Windows advanced audit policy settings. See the [windows_audit_policy Documentation](https://docs.chef.io/resources/windows_audit_policy/) for complete usage information.
-For example you can enable auditing of successful credential validation:
+For example, you can enable auditing of successful credential validation:
```ruby
windows_audit_policy "Set Audit Policy for 'Credential Validation' actions to 'Success'" do