Fix typo in the cron job intro

This commit is contained in:
Jonas Fonseca
2018-01-18 22:20:13 -05:00
committed by GitHub
parent 654900c583
commit 6307d43760
@@ -137,7 +137,7 @@ be down from `08:29:00` to `08:42:00`, the job will not start.
Set a longer `startingDeadlineSeconds` if starting later is better than not
starting at all.
The job is only responsible for creating Jobs that match its schedule, and the
The job is only responsible for creating Jobs that match its schedule, and
the Job in turn is responsible for the management of the Pods it represents.
## Writing a Cron Job Spec