Skip to content

Commit 4217aeb

Browse files
Update cron-jobs.md (#39813)
fix typo
1 parent 4696b55 commit 4217aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ That is, the CronJob does _not_ update existing Jobs, even if those remain runni
202202
A CronJob creates a Job object approximately once per execution time of its schedule.
203203
The scheduling is approximate because there
204204
are certain circumstances where two Jobs might be created, or no Job might be created.
205-
Kubernetes tries to avoid those situations, but do not completely prevent them. Therefore,
205+
Kubernetes tries to avoid those situations, but does not completely prevent them. Therefore,
206206
the Jobs that you define should be _idempotent_.
207207

208208
If `startingDeadlineSeconds` is set to a large value or left unset (the default)

0 commit comments

Comments
 (0)