summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-21 12:46:47 -0700
committerGitHub <noreply@github.com>2021-07-21 12:46:47 -0700
commitd319439200e31c3a8ecc575c7bdb8d43793155b3 (patch)
tree58ec3a3218e7d53ab715b08a5d3eed9e7ecadf83
parentd440435a79030fd730c96d8f8d6da39eea8f0a1c (diff)
downloadchef-d319439200e31c3a8ecc575c7bdb8d43793155b3.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 db5113a7ea..1a2e9cef10 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -130,7 +130,7 @@ Updated the chef_client_config resource to properly format the `client.rb` confi
### Chef Language Improvements
-We've added several new helpers to the Chef Infra Language to make writing out various data formats easier. These helpers allow you to convert data from Ruby Hashes or Chef Infra attributes into YAML, JSON, or TOML format data. A great use case for these helpers is writing system or application configuration files to disk without having to template out data formats using a template resource.
+We've added several new helpers to the Chef Infra Language to make writing out various data formats easier. These helpers allow you to convert data from Ruby Hashes or Chef Infra attributes into YAML, JSON, or TOML formatted data. A great use case for these helpers is writing system or application configuration files to disk without having to template out data formats using a template resource.
Given this Ruby hash: