mirror of https://github.com/zulip/zulip.git
docs: Fix some typos.
This commit is contained in:
parent
171c6f119d
commit
8bd2a130a9
|
@ -145,7 +145,7 @@ and you may want to backup separately:
|
||||||
|
|
||||||
For completeness, Zulip's backups do not include certain highly
|
For completeness, Zulip's backups do not include certain highly
|
||||||
transient state that Zulip doesn't store in a database. For example,
|
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
|
that are essentially always empty in a healthy server (like outgoing
|
||||||
emails to send). You can check whether these queues are empty using
|
emails to send). You can check whether these queues are empty using
|
||||||
`rabbitmqctl list_queues`.
|
`rabbitmqctl list_queues`.
|
||||||
|
|
|
@ -420,7 +420,7 @@ master or an official release.
|
||||||
The exception to this rule is when we ask or encourage a user to apply
|
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
|
a change to their production system to help verify the fix resolves
|
||||||
the issue for them. You can expect the Zulip community to be
|
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.
|
you to apply.
|
||||||
|
|
||||||
### Upgrading to master
|
### 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
|
unlikely to succeed without help from the core team via a support
|
||||||
contract.
|
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
|
upgrade to Zulip master using [upgrade-zulip-from-git][]. Before
|
||||||
upgrading to master, make sure you understand:
|
upgrading to master, make sure you understand:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue