diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py
index 0b5f5f966375722db2c5e8c43fb76c7d304c8572..6f7f65d96ba3be2c63dab67c2aa4a8a65efe928b 100644
--- a/synapse/storage/stream.py
+++ b/synapse/storage/stream.py
@@ -592,7 +592,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
         )
 
     def get_max_topological_token(self, room_id, stream_key):
-        """Get the max topological token in a room that before given stream
+        """Get the max topological token in a room before the given stream
         ordering.
 
         Args: