mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
docs: Fix capitalization mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
41e8872b0f
commit
544bbd5398
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user