diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 6a8c9144ea..5ca891fdd7 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -822,7 +822,7 @@ If a service needs to run at certain times, use `run_type :cron` and specify a t ```ruby service do run [opt_bin/"beanstalkd", "test"] - run_type :interval + run_type :cron cron "5 * * * *" end ```