diff options
author | Erik Johnston <erik@matrix.org> | 2020-07-30 16:28:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 16:28:36 +0100 |
commit | 606805bf0646a487e234c4e63ab434805209816d (patch) | |
tree | 08f1ec067caca83f7e1fb264f50d26920f4a8576 /docs | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-606805bf0646a487e234c4e63ab434805209816d.tar.xz |
Fix typo in docs/workers.md (#7992)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 2 |
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 ``` |