From ebe5a92cbe8bebb6f4ccb96fb2c96f58f03a45b9 Mon Sep 17 00:00:00 2001 From: Anthony Rosequist Date: Wed, 20 Oct 2021 15:24:22 -0500 Subject: [PATCH] Add missing space before parenthesis --- content/en/docs/concepts/workloads/controllers/cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/cron-jobs.md b/content/en/docs/concepts/workloads/controllers/cron-jobs.md index 60c91f7303..083de91334 100644 --- a/content/en/docs/concepts/workloads/controllers/cron-jobs.md +++ b/content/en/docs/concepts/workloads/controllers/cron-jobs.md @@ -78,7 +78,7 @@ takes you through this example in more detail). -For example, the line below states that the task must be started every Friday at midnight, as well as on the 13th of each month at midnight(in UTC): +For example, the line below states that the task must be started every Friday at midnight, as well as on the 13th of each month at midnight (in UTC): `CRON_TZ=UTC 0 0 13 * 5`