docs: Fix capitalization mistakes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-05-09 22:02:14 -07:00
committed by Tim Abbott
parent 41e8872b0f
commit 544bbd5398
161 changed files with 610 additions and 611 deletions

View File

@@ -56,7 +56,7 @@ def check_worker_launch(run_dev: "subprocess.Popen[str]") -> bool:
if __name__ == "__main__":
print("\nStarting Development Server")
print("\nStarting development server")
args = [f"{TOOLS_DIR}/run-dev.py"]
run_dev = subprocess.Popen(
args,