mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix typo in key verification framework section.
Signed-off-by: Jimmy Cuadra <jimmy@jimmycuadra.com>
This commit is contained in:
parent
8bfc42b284
commit
2dd0da7d50
|
|
@ -0,0 +1 @@
|
|||
Fix typo in key verification framework section.
|
||||
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Reference in a new issue