summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-23 12:49:56 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-23 12:49:56 -0800
commit2d7acc77bba12f8129c5c2c89556a0434cdaf316 (patch)
treeef63c1f875b27c2941c8b085f979370d51eba344
parented69a5030e5b96cad8a7ca5a69654e10f527f940 (diff)
downloadchef-2d7acc77bba12f8129c5c2c89556a0434cdaf316.tar.gz
Format fixes for the types
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6c9b8641cd..50a6e5dd83 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -12,10 +12,10 @@ The `archive_file` resource will now only change ownership on files and director
The `cron` and `cron_d` resources now include a `timeout` property, which allows you to configure actions to perform when a job times out. This property accepts a hash of timeout configuration options:
-- `preserve-status`: true/false with a default of false
-- `foreground`: true/false with a default of false
-- `kill-after`: Integer for the timeout in seconds
-- `signal`: String or Integer to send to the process such as `HUP`
+- `preserve-status`: `true`/`false` with a default of `false`
+- `foreground`: `true`/`false` with a default of `false`
+- `kill-after`: `Integer` for the timeout in seconds
+- `signal`: `String` or `Integer` to send to the process such as `HUP`
### launchd