From 6634f73bff43c99165a807271802c569e1c16a0e Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 13 Mar 2024 16:19:25 +0100 Subject: [PATCH] Add missing 'in' in SSO specification (#1748) * Add missing 'in' in SSO specification Signed-off-by: Johannes Marbach * Use standard changelog entry for typos --------- Signed-off-by: Johannes Marbach Co-authored-by: Hubert Chathi --- changelogs/client_server/newsfragments/1748.clarification | 1 + content/client-server-api/modules/sso_login.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/1748.clarification diff --git a/changelogs/client_server/newsfragments/1748.clarification b/changelogs/client_server/newsfragments/1748.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/1748.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/content/client-server-api/modules/sso_login.md b/content/client-server-api/modules/sso_login.md index 95a3e23a..1a46c84d 100644 --- a/content/client-server-api/modules/sso_login.md +++ b/content/client-server-api/modules/sso_login.md @@ -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