mirror of https://github.com/zulip/zulip.git
docs: Minor grammar fix in settings.py upgrade docs.
This commit is contained in:
parent
a1fa2a8cf5
commit
d61914e8e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue