Skip to content

Commit 007f515

Browse files
authored
Merge pull request #30168 from arosequist/patch-1
Add missing space before parenthesis
2 parents 16ac777 + ebe5a92 commit 007f515

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
@@ -78,7 +78,7 @@ takes you through this example in more detail).
7878

7979

8080

81-
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):
81+
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):
8282

8383
`CRON_TZ=UTC 0 0 13 * 5`
8484

0 commit comments

Comments
 (0)