docs: Apply bullet style changes from Prettier.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 915884bff7)
This commit is contained in:
Anders Kaseorg
2021-08-20 12:45:39 -07:00
committed by Tim Abbott
parent 5ae8fe292d
commit 0147c6adce
94 changed files with 1674 additions and 1674 deletions

View File

@@ -1,9 +1,9 @@
This directory contains scripts that:
* Generally do not require access to Django or the database (those are
- Generally do not require access to Django or the database (those are
"management commands"), and thus are suitable to run operationally.
* Are useful for managing a production deployment of Zulip (many are
- Are useful for managing a production deployment of Zulip (many are
also used in a Zulip development environment, though
development-only scripts live in `tools/`).