From c5cea933a4d1204532862984544e65f9f6cbaaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCller?= Date: Thu, 7 Mar 2019 21:07:40 +0100 Subject: [PATCH] Fix typo in example configuration --- docs/threepids/notification/template-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/threepids/notification/template-generator.md b/docs/threepids/notification/template-generator.md index dd2a1c0e..993deae2 100644 --- a/docs/threepids/notification/template-generator.md +++ b/docs/threepids/notification/template-generator.md @@ -20,7 +20,7 @@ threepid: session: validation: '/path/to/validate-template.eml' unbind: - frandulent: '/path/to/unbind-fraudulent-template.eml' + fraudulent: '/path/to/unbind-fraudulent-template.eml' generic: matrixId: '/path/to/mxid-invite-template.eml' ```