summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:58:17 -0700
committerGitHub <noreply@github.com>2020-04-28 07:58:17 -0700
commitaca72e53f880ea6305cfb16c04a545f67a8510ca (patch)
tree21c38e46f0133189b8eab44c575e396601eb4ac0
parent9f5429bb70a070c25b96234e76cf00bf55d4b22d (diff)
downloadchef-aca72e53f880ea6305cfb16c04a545f67a8510ca.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 c2e3220361..e8a7606909 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -205,7 +205,7 @@ This allows you replace forcing resources to run at compile time:
end.run_action(:run)
```
-With the simpler compile_time property:
+With the simpler `compile_time` property:
```ruby
my_resource "foo" do