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.