summary refs log tree commit diff
path: root/docs
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 /docs
parentMerge branch 'master' into develop (diff)
downloadsynapse-606805bf0646a487e234c4e63ab434805209816d.tar.xz
Fix typo in docs/workers.md (#7992)
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.md2
1 files changed, 1 insertions, 1 deletions
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
 ```