docs: Fix many spelling mistakes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-02-07 15:13:33 -08:00
committed by Tim Abbott
parent d8f4e0ffb9
commit b0ce4f1bce
190 changed files with 286 additions and 286 deletions

View File

@@ -29,7 +29,7 @@ assert_provisioning_status_ok(options.skip_provision_check)
with test_server_running(
skip_provision_check=options.skip_provision_check, external_host="zulipdev.com:9981"
):
# Zerver imports should happen after `django.setup()` is run
# zerver imports should happen after `django.setup()` is run
# by the test_server_running decorator.
from zerver.lib.actions import (
change_user_is_active,