diff --git a/docs/workers.md b/docs/workers.md
index eb47b1eb7008dfdd757cf7506870215db8d291f6..cd1f823b77adac9d9704439fac662a17307479b8 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