diff options
author | Antonin Loubiere <40536532+AntoninLoubiere@users.noreply.github.com> | 2022-08-17 11:59:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 10:59:05 +0100 |
commit | b71b41c7bd0dd7510182621ab4bc8267388c0cce (patch) | |
tree | 46ac62ebf343ff870cf85e170342b0b9b838107b /docs | |
parent | Add forgotten status to Room Details API (#13503) (diff) | |
download | synapse-b71b41c7bd0dd7510182621ab4bc8267388c0cce.tar.xz |
Fix a typo in docs and in some warnings (#13538)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.md b/docs/templates.md index f87692a453..453ac90dd8 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -9,7 +9,7 @@ in, allowing them to specify custom templates: ```yaml templates: - custom_templates_directory: /path/to/custom/templates/ + custom_template_directory: /path/to/custom/templates/ ``` If this setting is not set, or the files named below are not found within the directory, |