From de230667ca44019325ad45f2c7c5eed5a4f449f5 Mon Sep 17 00:00:00 2001 From: Ben Chelli Date: Sun, 8 Jul 2018 23:28:17 -0400 Subject: [PATCH] Fix typo (#9418) --- content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md index 015c72951f..959f8183d5 100644 --- a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -18,7 +18,7 @@ Cron jobs can also schedule individual tasks for a specific time, such as if you You should switch to using `batch/v1beta1`, instead, which is enabled by default in the API server. Examples in this document use `batch/v1beta1` in all examples. -Cron jobs have limitations and idiosyncracies. +Cron jobs have limitations and idiosyncrasies. For example, in certain circumstances, a single cron job can create multiple jobs. Therefore, jobs should be idempotent. For more limitations, see [CronJobs](/docs/concepts/workloads/controllers/cron-jobs).