From 4a558ad63b0724a3b4f715df864cf698fbbcb1b3 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 23 Oct 2015 10:19:25 +0100 Subject: [PATCH] Typo --- specification/modules/search.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/modules/search.rst b/specification/modules/search.rst index 6a545aa0..089953d2 100644 --- a/specification/modules/search.rst +++ b/specification/modules/search.rst @@ -6,7 +6,7 @@ Server Side Search The search API allows clients to perform full text search across events in all rooms that the user has been in, including those that they have left. Only events that the user is allowed to see will be searched, e.g. it won't include -evnets in rooms that happened after you left. +events in rooms that happened after you left. Client behaviour ----------------