summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-11-02 12:36:18 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-11-02 12:36:18 +0000
commit305545682da8e5661897093d6aa441928f794b9a (patch)
treee69ee32d5345b193799cbd760d018a2ab5336887
parentFix error handling around when completing an AS transaction (#8693) (diff)
downloadsynapse-305545682da8e5661897093d6aa441928f794b9a.tar.xz
Fix typo in workers doc
-rw-r--r--docs/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 84a9759e34..eb47b1eb70 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -116,7 +116,7 @@ public internet; it has no authentication and is unencrypted.
 ### Worker configuration
 
 In the config file for each worker, you must specify the type of worker
-application (`worker_app`), and you should specify a unqiue name for the worker
+application (`worker_app`), and you should specify a unique name for the worker
 (`worker_name`). The currently available worker applications are listed below.
 You must also specify the HTTP replication endpoint that it should talk to on
 the main synapse process.  `worker_replication_host` should specify the host of