summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAdrian <adrian@planetcoding.net>2020-07-20 19:42:52 +0200
committerGitHub <noreply@github.com>2020-07-20 13:42:52 -0400
commit64d228029958c396c09cfd57cac9eafa865fe206 (patch)
tree5518178f0326f15596fef00f00bfe314010d8dd8 /changelog.d
parentFix deprecation warning: import ABC from collections.abc (#7892) (diff)
downloadsynapse-64d228029958c396c09cfd57cac9eafa865fe206.tar.xz
Fix a typo in the sample config. (#7890)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7890.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7890.misc b/changelog.d/7890.misc
new file mode 100644
index 0000000000..8c127084bc
--- /dev/null
+++ b/changelog.d/7890.misc
@@ -0,0 +1 @@
+Fix typo in generated config file. Contributed by @ThiefMaster.