summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-05-25 11:14:03 +0200
committerGitHub <noreply@github.com>2022-05-25 10:14:03 +0100
commit298911555c2572da823398f2816846f7353e89e9 (patch)
tree5394796fc1ba071bf663c0afaec78bd6090e2aa6 /docs/workers.md
parentCorrect annotation of `_iterate_over_text` (#12860) (diff)
downloadsynapse-298911555c2572da823398f2816846f7353e89e9.tar.xz
Fix typos in documentation (#12863)
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 779069b817..5033722098 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -1,6 +1,6 @@
 # Scaling synapse via workers
 
-For small instances it recommended to run Synapse in the default monolith mode.
+For small instances it is recommended to run Synapse in the default monolith mode.
 For larger instances where performance is a concern it can be helpful to split
 out functionality into multiple separate python processes. These processes are
 called 'workers', and are (eventually) intended to scale horizontally