summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:54:40 -0700
committerGitHub <noreply@github.com>2020-04-28 07:54:40 -0700
commit2f7ca950f1b2834bc0dd9083c5abfead731d4001 (patch)
treea0905e3a4047593959353218836f6972ad0aab63
parent411f35e76c7a577ab26639a9d4317b6e9d759682 (diff)
downloadchef-2f7ca950f1b2834bc0dd9083c5abfead731d4001.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 5507992a50..19f82519d5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -393,7 +393,7 @@ A resource's name property is now set to be the identity property by default and
### compile_time property
-The compile_time property is now defined for all custom resources so there's no need to add your own compile-time logic to your resource.
+The `compile_time` property is now defined for all custom resources, so there is no need to add your own compile-time logic to your resource.
## Other Improvements