From d61914e8e14a35474b7d6b2484f91241e2a917c4 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 4 Feb 2022 12:14:32 -0800 Subject: [PATCH] docs: Minor grammar fix in settings.py upgrade docs. --- docs/production/upgrade-or-modify.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/production/upgrade-or-modify.md b/docs/production/upgrade-or-modify.md index 1dca6bf590..12ca8f19df 100644 --- a/docs/production/upgrade-or-modify.md +++ b/docs/production/upgrade-or-modify.md @@ -147,9 +147,9 @@ suggest using that updated template to update `/etc/zulip/settings-new.py`, check the [changelog][changelog] to see if they have been removed. -1. Overwriting the configuration with the updated file, and restart - the server to pick up the new file; this should be a no-op, but it - is much better to discover immediately if it is not: +1. Overwrite the configuration with the updated file, and restart the + server to pick up the updates; this should be a no-op, but it is + much better to discover immediately if it is not: ```bash cp -a /etc/zulip/settings-new.py /etc/zulip/settings.py