summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-08 15:58:55 -0700
committerGitHub <noreply@github.com>2021-04-08 15:58:55 -0700
commitca8e03ed1955fb2fa616500d54522be82b4103c8 (patch)
treec4ab3e692dca48149d5603faf97c7cb59d279e81
parent21daa23a6eb99164e811b45d06e93105d07bf379 (diff)
downloadchef-ca8e03ed1955fb2fa616500d54522be82b4103c8.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Lance Albertson <lance@osuosl.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 3bea501fbd..7d5f61ea66 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -60,7 +60,7 @@ Our Ubuntu packages are now FIPS compliant for all your FedRAMP needs.
### Chef Language Additions
-We now include a `centos_stream_platform?` helper to determine if your CentOS release is a standard [CentOS](https://www.centos.org/centos-linux/) release or a [CentOS Stream](https://www.centos.org/centos-stream/) release. This helper can be used in attributes files, recipes, and custome resources. Thanks for this new helper [@ramereth](https://github.com/ramereth)!
+We now include a `centos_stream_platform?` helper to determine if your CentOS release is a standard [CentOS](https://www.centos.org/centos-linux/) release or a [CentOS Stream](https://www.centos.org/centos-stream/) release. This helper can be used in attributes files, recipes, and custom resources. Thanks for this new helper [@ramereth](https://github.com/ramereth)!
### Resource Improvements