Fix typo in m.secret.request device event name

I don't think this is supposed to be plural according to the various SDKs
This commit is contained in:
Brad Murray 2022-06-16 16:31:42 -04:00 committed by GitHub
parent 66a5920804
commit 62882eb6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,7 +276,7 @@ Example:
#### Sharing
To request a secret from other devices, a client sends an
`m.secret.requests` device event with `action` set to `request` and
`m.secret.request` device event with `action` set to `request` and
`name` set to the identifier of the secret. A device that wishes to
share the secret will reply with an `m.secret.send` event, encrypted
using olm. When the original client obtains the secret, it sends an