From f0affdfa3c9265716fc46abc309e0431f2ba54c4 Mon Sep 17 00:00:00 2001 From: codedust Date: Wed, 17 Sep 2025 22:23:32 +0200 Subject: [PATCH] docs: grammar fix Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 16f612a3..5db69897 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 keys used for [cross-signing](#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).