From 3e1e9fa8df8780e08d24ccd6213b9d0cc0591d67 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 21 Jul 2025 13:35:59 +0200 Subject: [PATCH] Fix typo (#2179) Signed-off-by: Johannes Marbach --- changelogs/client_server/newsfragments/2179.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/2179.clarification diff --git a/changelogs/client_server/newsfragments/2179.clarification b/changelogs/client_server/newsfragments/2179.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2179.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. 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 2c275089..c06178d7 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1124,7 +1124,7 @@ The process between Alice and Bob verifying each other would be: framework as described above. 3. Alice's client displays a QR code that Bob is able to scan if Bob's client indicated the ability to scan, an option to scan Bob's QR code if her client - is able to scan. Bob's client prompts displays a QR code that Alice can + is able to scan. Bob's client displays a QR code that Alice can scan if Alice's client indicated the ability to scan, and an option to scan Alice's QR code if his client is able to scan. The format for the QR code is described below. Other options, like starting SAS Emoji verification,