summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:55:37 -0700
committerGitHub <noreply@github.com>2020-04-28 07:55:37 -0700
commitf8ac639d9e814329d6656bf1760248f60205372e (patch)
tree8c2c8f9b9de2f524758f769504907915f68914cc
parent9977de6ebbbbb7b47497dbd0cf75979e1b974d3f (diff)
downloadchef-f8ac639d9e814329d6656bf1760248f60205372e.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjinglewski@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 1a631c29a5..4899c90d35 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -292,7 +292,7 @@ The knife-acl gem is now part of Chef Infra Client. This gives you the ability t
## YAML Recipes
-We've added support for writing recipes in YAML to provide a low-code syntax for simple use cases. To write recipes in YAML, Chef resources and any user-defined parameters can be added as elements in a `resources` hash, as in the example below:
+We added support for writing recipes in YAML to provide a low-code syntax for simple use cases. To write recipes in YAML, Chef resources and any user-defined parameters can be added as elements in a `resources` hash, such as the example below:
```yaml
---