mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
docs: Fix many spelling mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d8f4e0ffb9
commit
b0ce4f1bce
@@ -499,7 +499,7 @@ class TestSCIMUser(SCIMTestCase):
|
||||
hamlet = self.example_user("hamlet")
|
||||
cordelia = self.example_user("cordelia")
|
||||
# This payload will attempt to change hamlet's email to cordelia's email.
|
||||
# That would would violate email uniqueness of course, so should fail.
|
||||
# That would violate email uniqueness of course, so should fail.
|
||||
payload = {
|
||||
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
|
||||
"id": hamlet.id,
|
||||
|
||||
Reference in New Issue
Block a user