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 575541c1a2..341435c8ba 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 @@ -87,8 +87,8 @@ The output is similar to this: ``` NAME COMPLETIONS DURATION AGE hello-4111706356 0/1 0s -hello-4111706356 0/1 0s 0s -hello-4111706356 1/1 5s 5s +hello-4111706356 0/1 0s 0s +hello-4111706356 1/1 5s 5s ``` Now you've seen one running job scheduled by the "hello" cron job.