Skip to content

Commit adf144c

Browse files
authored
Merge pull request #27744 from sftim/20210427_write_vixie_in_title_case
Write Vixie in title case
2 parents dcd2dd4 + a71c8e7 commit adf144c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ All modifications to a cron job, especially its `.spec`, are applied only to the
146146
The `.spec.schedule` is a required field of the `.spec`.
147147
It takes a [Cron](https://en.wikipedia.org/wiki/Cron) format string, such as `0 * * * *` or `@hourly`, as schedule time of its jobs to be created and executed.
148148

149-
The format also includes extended `vixie cron` step values. As explained in the
149+
The format also includes extended "Vixie cron" step values. As explained in the
150150
[FreeBSD manual](https://www.freebsd.org/cgi/man.cgi?crontab%285%29):
151151

152152
> Step values can be used in conjunction with ranges. Following a range

0 commit comments

Comments
 (0)