diff options
author | wondratsch <28294257+wondratsch@users.noreply.github.com> | 2020-06-11 12:51:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 11:51:10 +0100 |
commit | c746889bb02e52547f273d22d3e7ad6c193b53f0 (patch) | |
tree | edabd63066ed191311d3104d16ec4cc3ea8cbd3d | |
parent | Take out a lock before modifying _CACHES (#7663) (diff) | |
download | synapse-c746889bb02e52547f273d22d3e7ad6c193b53f0.tar.xz |
fix typo in sample_config.yaml (#7652)
Just a simple typo fix. Signed-off-by: wondratsch 28294257+wondratsch@users.noreply.github.com
Diffstat (limited to '')
-rw-r--r-- | changelog.d/7652.doc | 1 | ||||
-rw-r--r-- | docs/sample_config.yaml | 2 | ||||
-rw-r--r-- | synapse/config/server.py | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/7652.doc b/changelog.d/7652.doc new file mode 100644 |