From 6307d4376000aaf7baba74ee0e26e1b9eb9c3d51 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 18 Jan 2018 22:20:13 -0500 Subject: [PATCH] Fix typo in the cron job intro --- docs/concepts/workloads/controllers/cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/cron-jobs.md b/docs/concepts/workloads/controllers/cron-jobs.md index 5cbdd0a804..c155f13c40 100644 --- a/docs/concepts/workloads/controllers/cron-jobs.md +++ b/docs/concepts/workloads/controllers/cron-jobs.md @@ -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