Skip to content

Commit 8908946

Browse files
committed
Fix typo: as->has
Signed-off-by: Andy Balaam <[email protected]>
1 parent 4ed55a6 commit 8908946

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo: as->has.

content/client-server-api/modules/end_to_end_encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ messages, Alice only sends one request event (an event with type
528528
`m.room.message` with `msgtype: m.key.verification.request`, rather than an
529529
event with type `m.key.verification.request`), to the room. In addition, Alice
530530
does not send an `m.key.verification.cancel` event to tell Bob's other devices
531-
that the request as already been accepted; instead, when Bob's other devices
531+
that the request has already been accepted; instead, when Bob's other devices
532532
see his `m.key.verification.ready` event, they will know that the request has
533533
already been accepted, and that they should ignore the request.
534534

0 commit comments

Comments
 (0)