1 files changed, 1 insertions, 1 deletions
diff --git a/develop/templates.html b/develop/templates.html
index 9565dfd7bd..7bffed4a8e 100644
--- a/develop/templates.html
+++ b/develop/templates.html
@@ -153,7 +153,7 @@ webpages it shows to users.</p>
Server admins can configure an additional directory for Synapse to look for templates
in, allowing them to specify custom templates:</p>
<pre><code class="language-yaml">templates:
- custom_templates_directory: /path/to/custom/templates/
+ custom_template_directory: /path/to/custom/templates/
</code></pre>
<p>If this setting is not set, or the files named below are not found within the directory,
default templates from within the Synapse package will be used.</p>
|