From a38f5c6c6c47139367d60041b174331713d26445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mei=C3=9Fner?= Date: Tue, 20 Aug 2024 16:50:41 +0200 Subject: [PATCH 1/2] docs: fix typo in saml2_config example --- changelog.d/17594.doc | 1 + docs/usage/configuration/config_documentation.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/17594.doc diff --git a/changelog.d/17594.doc b/changelog.d/17594.doc new file mode 100644 index 00000000000..a3ee7162c4b --- /dev/null +++ b/changelog.d/17594.doc @@ -0,0 +1 @@ +Fixed typo in saml2_config config [example](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#saml2_config). diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 567bbf88d28..b9b2fa96e3f 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -3302,8 +3302,8 @@ saml2_config: contact_person: - given_name: Bob sur_name: "the Sysadmin" - email_address": ["admin@example.com"] - contact_type": technical + email_address: ["admin@example.com"] + contact_type: technical saml_session_lifetime: 5m From 766119cd0f4d609c3a9754678e5379bb1028d9cc Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:29:33 +0100 Subject: [PATCH 2/2] Wrap saml2_config in backticks --- changelog.d/17594.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/17594.doc b/changelog.d/17594.doc index a3ee7162c4b..95b00420053 100644 --- a/changelog.d/17594.doc +++ b/changelog.d/17594.doc @@ -1 +1 @@ -Fixed typo in saml2_config config [example](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#saml2_config). +Fixed typo in `saml2_config` config [example](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#saml2_config).