diff --git a/docs/production/upgrade-or-modify.md b/docs/production/upgrade-or-modify.md index 21eec18f81..dfce83f4b9 100644 --- a/docs/production/upgrade-or-modify.md +++ b/docs/production/upgrade-or-modify.md @@ -249,9 +249,9 @@ instructions for other supported platforms. /home/zulip/deployments/current/ --ignore-static-assets --audit-fts-indexes ``` -That last command will finish by restarting your Zulip server; you -should now be able to navigate to its URL and confirm everything is -working correctly. + This will finish by restarting your Zulip server; you should now be + able to navigate to its URL and confirm everything is working + correctly. ### Upgrading from Ubuntu 16.04 Xenial to 18.04 Bionic @@ -288,9 +288,9 @@ working correctly. /home/zulip/deployments/current/ --ignore-static-assets ``` -That last command will finish by restarting your Zulip server; you -should now be able to navigate to its URL and confirm everything is -working correctly. + This will finish by restarting your Zulip server; you should now + be able to navigate to its URL and confirm everything is working + correctly. ### Upgrading from Ubuntu 14.04 Trusty to 16.04 Xenial @@ -303,7 +303,7 @@ working correctly. 3. Same as for Bionic to Focal. 4. As root, upgrade the database installation and OS configuration to -match the new OS version: + match the new OS version: ``` apt remove upstart -y @@ -327,9 +327,9 @@ match the new OS version: /home/zulip/deployments/current/ --ignore-static-assets ``` -That last command will finish by restarting your Zulip server; you -should now be able to navigate to its URL and confirm everything is -working correctly. + This will finish by restarting your Zulip server; you should now be + able to navigate to its URL and confirm everything is working + correctly. ### Upgrading from Debian Stretch to Debian Buster @@ -374,9 +374,9 @@ working correctly. /home/zulip/deployments/current/ --ignore-static-assets ``` -That last command will finish by restarting your Zulip server; you -should now be able to navigate to its URL and confirm everything is -working correctly. + This will finish by restarting your Zulip server; you should now + be able to navigate to its URL and confirm everything is working + correctly. ## Upgrading PostgreSQL