summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-22 20:59:34 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-23 13:38:58 -0700
commit33a67c2aa6529970cf4d70940035d759cb63e3a1 (patch)
tree750eec5f4e175ab6a3c8b266253767454b34f4c0
parentf1630f1de892457661e796c26d19f64bbd7aa684 (diff)
downloadchef-33a67c2aa6529970cf4d70940035d759cb63e3a1.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2d2fdb4673..a9937ce20f 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 fules for a 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 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:
```ruby
windows_firewall_profile 'Public' do