docs: Fix typos caught by ‘typos’.

https://github.com/crate-ci/typos

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-09-06 15:29:46 -07:00
committed by Anders Kaseorg
parent fdd811bec1
commit 48a3588cdb
9 changed files with 18 additions and 18 deletions

View File

@@ -196,7 +196,7 @@ class DeactivationNoticeTestCase(ZulipTestCase):
result.content.decode(),
)
def test_no_deactivation_notice_with_no_rediect(self) -> None:
def test_no_deactivation_notice_with_no_redirect(self) -> None:
realm = get_realm("zulip")
do_change_realm_subdomain(
realm, "new-subdomain-name", acting_user=None, add_deactivated_redirect=False