docs: Fix some typos.

This commit is contained in:
Mateusz Mandera 2019-12-13 02:11:45 +01:00 committed by Tim Abbott
parent 171c6f119d
commit 8bd2a130a9
2 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@ and you may want to backup separately:
For completeness, Zulip's backups do not include certain highly
transient state that Zulip doesn't store in a database. For example,
typing status data, API rate-limiting counters, and RabbitMQ queues of
typing status data, API rate-limiting counters, and RabbitMQ queues
that are essentially always empty in a healthy server (like outgoing
emails to send). You can check whether these queues are empty using
`rabbitmqctl list_queues`.

View File

@ -420,7 +420,7 @@ master or an official release.
The exception to this rule is when we ask or encourage a user to apply
a change to their production system to help verify the fix resolves
the issue for them. You can expect the Zulip community to be
responsive in debugging any problems any caused by a patch we asked
responsive in debugging any problems caused by a patch we asked
you to apply.
### Upgrading to master
@ -438,7 +438,7 @@ While it's possible to backport these sorts of changes, you're
unlikely to succeed without help from the core team via a support
contract.
If you need an unreleased feature, the best path is usually to to
If you need an unreleased feature, the best path is usually to
upgrade to Zulip master using [upgrade-zulip-from-git][]. Before
upgrading to master, make sure you understand: