Skip to content

Commit 8879916

Browse files
author
Maxime Jobin
committed
Fix a typo
1 parent 1581d69 commit 8879916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The configuration was created and is maintained by [Maxime Jobin](http://www.max
2020
## <a name='before'>Before You Start</a>
2121
As the configuration's goal is to serve cached files directly without having to execute any PHP from WordPress, this may cause your scheduled jobs to not be called. As you may already know, WP-Cron jobs are not real cron jobs and are executed only when you have visits on your site.
2222

23-
In order to make sure your scheduled tasks are run when they should, it is strongly suggested to disable WordPress cron jobs and create a real cron job.
23+
In order to make sure your scheduled tasks run when they should, it is strongly suggested to disable WordPress cron jobs and create a real cron job.
2424

2525
To disable WordPress cron job, add the following line to your `wp-config.php`:
2626
`define('DISABLE_WP_CRON', true);`

0 commit comments

Comments
 (0)