From d04c2d19b360356bacc754a2f592ccfd8d6536b3 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Mon, 2 Nov 2020 21:22:29 +0000
Subject: [PATCH] grammar

---
 docs/workers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/workers.md b/docs/workers.md
index eb47b1eb70..cd1f823b77 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -302,7 +302,7 @@ Additionally, there is *experimental* support for moving writing of specific
 streams (such as events) off of the main process to a particular worker. (This
 is only supported with Redis-based replication.)
 
-Currently support streams are `events` and `typing`.
+Currently supported streams are `events` and `typing`.
 
 To enable this, the worker must have a HTTP replication listener configured,
 have a `worker_name` and be listed in the `instance_map` config. For example to
-- 
GitLab