mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add missing 'in' in SSO specification (#1748)
* Add missing 'in' in SSO specification Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> * Use standard changelog entry for typos --------- Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> Co-authored-by: Hubert Chathi <hubert@uhoreg.ca>
This commit is contained in:
parent
9068c336f4
commit
6634f73bff
|
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
||||
|
|
@ -10,7 +10,7 @@ This module allows a Matrix homeserver to delegate user authentication
|
|||
to an external authentication server supporting one of these protocols.
|
||||
In this process, there are three systems involved:
|
||||
|
||||
- A Matrix client, using the APIs defined this specification, which
|
||||
- A Matrix client, using the APIs defined in this specification, which
|
||||
is seeking to authenticate a user to a Matrix homeserver.
|
||||
- A Matrix homeserver, implementing the APIs defined in this
|
||||
specification, but which is delegating user authentication to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue