From 2dd0da7d50ed8209ba277c5b10bacf7f1ebdecd2 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 14 Jun 2019 13:46:20 -0700 Subject: [PATCH] Fix typo in key verification framework section. Signed-off-by: Jimmy Cuadra --- changelogs/client_server/newsfragments/2131.clarification | 1 + specification/modules/end_to_end_encryption.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/2131.clarification diff --git a/changelogs/client_server/newsfragments/2131.clarification b/changelogs/client_server/newsfragments/2131.clarification new file mode 100644 index 00000000..3c41fb60 --- /dev/null +++ b/changelogs/client_server/newsfragments/2131.clarification @@ -0,0 +1 @@ +Fix typo in key verification framework section. diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index 36336c74..f94fec2d 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -419,7 +419,7 @@ Key verification framework Verifying keys manually by reading out the Ed25519 key is not very user friendly, and can lead to errors. In order to help mitigate errors, and to make the process -eaiser for users, some verification methods are supported by the specification. +easier for users, some verification methods are supported by the specification. The methods all use a common framework for negotiating the key verification. To use this framework, Alice's client would send ``m.key.verification.request``