From 5992f5180ab824812ac71bef0af9ac5bffe630e6 Mon Sep 17 00:00:00 2001 From: Eyal Levin Date: Wed, 14 Nov 2018 03:24:15 +0200 Subject: [PATCH] Minor text edit (#10981) Using "The" indicates that the question mark was already discussed previously, which is not the case. --- content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md index df359ab7de..364908f01a 100644 --- a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -144,7 +144,7 @@ The format also includes extended `vixie cron` step values. As explained in the > asterisk, so if you want to say ``every two hours'', just use ``*/2''. {{< note >}} -The question mark (`?`) in the schedule has the same meaning as an asterisk `*`, that is, it stands for any of available value for a given field. +A question mark (`?`) in the schedule has the same meaning as an asterisk `*`, that is, it stands for any of available value for a given field. {{< /note >}} ### Job Template