From 4faaff35b870a50bd64c3fba878fe1d8479f1e0e Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 13 Nov 2017 17:00:34 -0500 Subject: [PATCH] Schedules readme: fix small typos --- openedx/core/djangoapps/schedules/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openedx/core/djangoapps/schedules/README.md b/openedx/core/djangoapps/schedules/README.md index 82d738354a..a5a5edfc1f 100644 --- a/openedx/core/djangoapps/schedules/README.md +++ b/openedx/core/djangoapps/schedules/README.md @@ -108,13 +108,13 @@ if it were run on that day. If you have Sailthru configured in the current environment, you also have the option to override the recipient email addresses so that all of the emails are -sent to the address that you specify instead of to the users emails. +sent to the address that you specify instead of to the users' emails. ``` ./manage.py lms --settings devstack_docker send_recurring_nudge example.com --override-recipient-email developer@example.com ``` -These management commands are intended to be ran on a daily basis, so it is +These management commands are intended to be run on a daily basis, so it is recommended to execute them in a Cron job or Jenkins job scheduled to run automatically every day.