From d480a54d81cfea57aa099669dd33babbec9e9ba4 Mon Sep 17 00:00:00 2001 From: tvshc Date: Mon, 20 Aug 2018 15:35:25 -0400 Subject: [PATCH] Fix sentence style capitalization in title (#9922) * Fix sentence style capitalization in title Capitalization of topic title was inconsistent with other titles. Fixed to sentence style capitalization. * Fix object name Minor change to nice fix, thank you! --- 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 ce5bb6ecd6..f961bbf34c 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 @@ -1,5 +1,5 @@ --- -title: Running automated tasks with cron jobs +title: Running Automated Tasks with a CronJob reviewers: - chenopis content_template: templates/task