From 0d3e40289c55c4a540f80d987ce1e216449e215c Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 21 Jul 2019 16:38:26 -0500 Subject: [PATCH] OwO zero made a typo wippy --- GeoffreyApp/docs/source/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GeoffreyApp/docs/source/getting_started.rst b/GeoffreyApp/docs/source/getting_started.rst index 9618739..1c67e48 100644 --- a/GeoffreyApp/docs/source/getting_started.rst +++ b/GeoffreyApp/docs/source/getting_started.rst @@ -74,7 +74,7 @@ Minecraft usernames in Geoffrey can be updated using the `update_mc_username` su python manage.py update_mc_username -To handle username updates automatically , an external scheduling program should be used. Below is an example of how to +To handle username updates automatically, an external scheduling program should be used. Below is an example of how to do this with a Linux cron job: .. code-block:: bash @@ -89,7 +89,7 @@ do this with a Linux cron job: deactivate -The above script should be played in the appropriate `/etc/cron.` directory. +The above script should be placed in the appropriate `/etc/cron.` directory.