summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cron.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.html b/cron.html
index f0b08f8..645dc03 100644
--- a/cron.html
+++ b/cron.html
@@ -47,7 +47,7 @@
Crontab expressions look like this <code>* * * * * command-to-run</code>
The five elements before the command tell when the command is supposed to be run automatically.
<p>
- So for our Monday at 3:30AM job we would do the following:
+ So for our Monday at 3:30 AM job we would do the following:
<p>
<pre><code> .---------------- minute (0 - 59)
| .------------- hour (0 - 23)