diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-23 13:54:35 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-23 13:54:35 -0700 |
commit | 42cccd00a58b23ffa6f8d48aa465b0b9c0f2c0cc (patch) | |
tree | d47bbb28fb4d43ac9bfa17dc9eb54287e67c6643 /RELEASE_NOTES.md | |
parent | 350a3b3f155c2ac9a8830c53e5784e51ec2bd1fb (diff) | |
download | chef-42cccd00a58b23ffa6f8d48aa465b0b9c0f2c0cc.tar.gz |
Fix typo
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8cb62562ab..b8a81131a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -63,7 +63,7 @@ The `macos_user_defaults` has received a ground-up refactoring with new actions, ### windows_dns_record -The `windows_dns_record` resource includes a new optional property, `dns_server`, allowing you to make changes against remote servers. Thanks for this additional [@jeremyciak](https://github.com/jeremyciak/). +The `windows_dns_record` resource includes a new optional property, `dns_server`, allowing you to make changes against remote servers. Thanks for this addition [@jeremyciak](https://github.com/jeremyciak/). ### windows_package |