Skip to content

Commit ab9aa06

Browse files
gavinfishk8s-ci-robot
authored andcommitted
Fix backticks in zh automated-tasks-with-cron-jobs.md (kubernetes#18633)
1 parent 0c57f2c commit ab9aa06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,16 +235,16 @@ The format also includes extended `vixie cron` step values. As explained in the
235235

236236
<!--
237237
> Step values can be used in conjunction with ranges. Following a range
238-
> with ``/<number>'' specifies skips of the number's value through the
239-
> range. For example, ``0-23/2'' can be used in the hours field to specify
238+
> with `/<number>` specifies skips of the number's value through the
239+
> range. For example, `0-23/2` can be used in the hours field to specify
240240
> command execution every other hour (the alternative in the V7 standard is
241-
> ``0,2,4,6,8,10,12,14,16,18,20,22''). Steps are also permitted after an
242-
> asterisk, so if you want to say ``every two hours'', just use ``*/2''.
241+
> `0,2,4,6,8,10,12,14,16,18,20,22`). Steps are also permitted after an
242+
> asterisk, so if you want to say "every two hours", just use `*/2`.
243243
-->
244244

245-
> 步长可被用于范围组合。范围后面带有 ``/<数字>'' 可以声明范围内的步幅数值。
246-
> 例如,``0-23/2'' 可被用在小时域来声明命令在其他数值的小时数执行( V7 标准中对应的方法是``0,2,4,6,8,10,12,14,16,18,20,22'')。
247-
> 步长也可以放在通配符后面,因此如果你想表达 ``每两小时'',就用 ``*/2''
245+
> 步长可被用于范围组合。范围后面带有 `/<数字>` 可以声明范围内的步幅数值。
246+
> 例如,`0-23/2` 可被用在小时域来声明命令在其他数值的小时数执行( V7 标准中对应的方法是`0,2,4,6,8,10,12,14,16,18,20,22`)。
247+
> 步长也可以放在通配符后面,因此如果你想表达 "每两小时",就用 `*/2`
248248
249249
{{< note >}}
250250
<!--

0 commit comments

Comments
 (0)