summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-07-30 16:28:36 +0100
committerGitHub <noreply@github.com>2020-07-30 16:28:36 +0100
commit606805bf0646a487e234c4e63ab434805209816d (patch)
tree08f1ec067caca83f7e1fb264f50d26920f4a8576
parentMerge branch 'master' into develop (diff)
downloadsynapse-606805bf0646a487e234c4e63ab434805209816d.tar.xz
Fix typo in docs/workers.md (#7992)
-rw-r--r--changelog.d/7992.doc1
-rw-r--r--docs/workers.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/7992.doc b/changelog.d/7992.doc
new file mode 100644
index 0000000000..3368fb5912
--- /dev/null
+++ b/changelog.d/7992.doc
@@ -0,0 +1 @@
+Fix typo in `docs/workers.md`.
diff --git a/docs/workers.md b/docs/workers.md
index 38bd758e57..05d4382403 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -278,7 +278,7 @@ instance_map:
         host: localhost
         port: 8034
 
-streams_writers:
+stream_writers:
     events: event_persister1
 ```