From 0c95b4dd84c3a9e7be446a55eb8896ca8ec1043b Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 23 Aug 2017 07:43:21 +0800 Subject: [PATCH] Update cron-jobs.md (#5116) modify "." of the sentence --- docs/concepts/workloads/controllers/cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/cron-jobs.md b/docs/concepts/workloads/controllers/cron-jobs.md index b796eadbfd..ad8d5c7348 100644 --- a/docs/concepts/workloads/controllers/cron-jobs.md +++ b/docs/concepts/workloads/controllers/cron-jobs.md @@ -129,7 +129,7 @@ job "hello-1202039034" deleted Once the jobs are deleted, the pods created by them are deleted as well. Note that all jobs created by cron job "hello" will be prefixed "hello-". You can delete them at once with `kubectl delete jobs --all`, if you want to -delete all jobs in the current namespace (not just the ones created by "hello".) +delete all jobs in the current namespace (not just the ones created by "hello"). ## Cron Job Limitations