summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-23 16:25:05 -0700
committerGitHub <noreply@github.com>2020-07-23 16:25:05 -0700
commit4a69162c2b32dbe6eb309337932681a6d3f62eef (patch)
treed9a9d78442db9044e09693c983151f420eb4e81b
parent1785cf85899db8329c1998aa172bd5e9aa84939c (diff)
downloadchef-4a69162c2b32dbe6eb309337932681a6d3f62eef.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 660e120309..0c330b2110 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -16,7 +16,7 @@ Chef InSpec has been updated from 4.21.1 to 4.22.1. This new release includes th
### windows_firewall_profile
-The `windows_firewall_profile` allows you to `enable`, `disable`, or `configure` Windows Firewall profiles. For example you can now setup default actions and configure rules for the `Public` profile using this single resource instead of managing your own PowerShell code in a `powershell_script` resource:
+The `windows_firewall_profile` allows you to `enable`, `disable`, or `configure` Windows Firewall profiles. For example, you can now set up default actions and configure rules for the `Public` profile using this single resource instead of managing your own PowerShell code in a `powershell_script` resource:
```ruby
windows_firewall_profile 'Public' do