From c0d1bef1b1f2c0ca4b0c03d0b3d392705bacfc1e Mon Sep 17 00:00:00 2001 From: liuwei10 Date: Mon, 31 May 2021 17:39:31 +0800 Subject: [PATCH] modify error of zh docs --- content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md index 6de803ec91..b4039ee281 100644 --- a/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/zh/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -227,7 +227,7 @@ It takes a [Cron](https://en.wikipedia.org/wiki/Cron) format string, such as `0 ### 时间安排 `.spec.schedule` 是 `.spec` 需要的域。它使用了 [Cron](https://en.wikipedia.org/wiki/Cron) -格式串,例如 `0 * * * *` or `@hourly` ,做为它的任务被创建和执行的调度时间。 +格式串,例如 `0 * * * *` or `@hourly` ,作为它的任务被创建和执行的调度时间。