From 075d203ecd9d08660eadb10901d3ce0b22b1be0d Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 21 May 2025 16:34:29 +0100 Subject: [PATCH] Fix typo: as->has (#2144) Signed-off-by: Andy Balaam --- changelogs/client_server/newsfragments/2144.clarification | 1 + content/client-server-api/modules/end_to_end_encryption.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/2144.clarification diff --git a/changelogs/client_server/newsfragments/2144.clarification b/changelogs/client_server/newsfragments/2144.clarification new file mode 100644 index 00000000..07917287 --- /dev/null +++ b/changelogs/client_server/newsfragments/2144.clarification @@ -0,0 +1 @@ +Fix typo: as->has. diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index 49b053f6..298f6726 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -528,7 +528,7 @@ messages, Alice only sends one request event (an event with type `m.room.message` with `msgtype: m.key.verification.request`, rather than an event with type `m.key.verification.request`), to the room. In addition, Alice does not send an `m.key.verification.cancel` event to tell Bob's other devices -that the request as already been accepted; instead, when Bob's other devices +that the request has already been accepted; instead, when Bob's other devices see his `m.key.verification.ready` event, they will know that the request has already been accepted, and that they should ignore the request.