From c31ed59e4174aeaa03ba394a473f545accca9a78 Mon Sep 17 00:00:00 2001 From: codedust Date: Mon, 9 Feb 2026 23:58:53 +0100 Subject: [PATCH] fix: grammar Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/modules/end_to_end_encryption.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 b51bd5a0..25a8336b 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -93,7 +93,7 @@ Example: ``` `ed25519` and `curve25519` keys are used for [device keys](#device-keys). -Additionally, `ed25519` keys are used for [cross-signing key](#cross-signing). +Additionally, `ed25519` keys are used for [cross-signing](#cross-signing). `signed_curve25519` keys are used for [one-time and fallback keys](#one-time-and-fallback-keys). @@ -951,8 +951,8 @@ previously verified Bob's device and Bob's device has signed his master key, then Alice's device can trust Bob's master signing key, and she can sign it with her user-signing key. -Users upload the public part of their master signing, user-signing and -self-signing key to the server using [POST +Users upload the public parts of their master signing, user-signing and +self-signing keys to the server using [POST /\_matrix/client/v3/keys/device\_signing/upload](/client-server-api/#post_matrixclientv3keysdevice_signingupload). When Alice uploads new keys, her user ID will appear in the `changed` property of the `device_lists` field of the `/sync` of response of all