Skip to content

Commit 2f8ac5c

Browse files
authored
change wording
1 parent 61af8bb commit 2f8ac5c

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 80
1010

1111
{{% capture overview %}}
1212

13-
A _Cron Job_ manages time based [Jobs](/docs/concepts/workloads/controllers/jobs-run-to-completion/).
13+
A _Cron Job_ creates [Jobs](/docs/concepts/workloads/controllers/jobs-run-to-completion/) on a time-based schedule.
1414

1515
One CronJob object is like one line of a _crontab_ (cron table) file. It runs a job periodically
1616
on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format.

0 commit comments

Comments
 (0)