Skip to content

Commit e0e12c9

Browse files
committed
Fixed a typo in README.md
1 parent a46bb74 commit e0e12c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $crontabRepository = new CrontabRepository($crontabAdapter);
104104
```
105105
Note the second parameter `true` of the CrontabAdapter constructor call. This boolean tell the CrontabAdapter to use 'sudo' internally to read/write the crontab.
106106

107-
### Enable or Disable a cronjob
107+
### Enable or disable a cron job
108108
You can enable or disable your cron jobs by setting the "enabled" attribute of a CronJob object accordingly :
109109
```php
110110
$crontabJob->enabled = false;

0 commit comments

Comments
 (0)