summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-12 14:45:54 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-12 14:46:06 -0800
commit3cc44475eb5a6d6e91e06cd03688c4c292567c12 (patch)
treeb16035521ffe2b2bd68f5cb0d2aa512fe447cdcc
parent97aac5bb8227c7e12d0b477499f336cba85ffc0f (diff)
downloadchef-3cc44475eb5a6d6e91e06cd03688c4c292567c12.tar.gz
Fix typo in release notes
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 e76aa34f4a..c56e4de3ea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -34,7 +34,7 @@ Parsing of plist files has been improved in the `plist`, `macosx_service`, `osx_
The `user` resource on Windows hosts now properly handles `uid` values passed as strings instead of integers. Thanks for reporting this issue [@jaymzh](https://github.com/jaymzh)!
-#### yum_repostiory
+#### yum_repository
The `yum_repository` resource has been updated with a new `reposdir` property to control the path where the Yum repository configuration files will be written. Thanks for suggesting this [@wildcrazyman](https://github.com/wildcrazyman)!