From a1e5a96cf8eb00028f9ffb5b97f37c7e45d7fff6 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 6 Nov 2019 10:42:08 -0700 Subject: [PATCH] Update api/client-server/event_context.yaml Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- api/client-server/event_context.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/event_context.yaml b/api/client-server/event_context.yaml index b1c9956c..f76cbff1 100644 --- a/api/client-server/event_context.yaml +++ b/api/client-server/event_context.yaml @@ -64,7 +64,7 @@ paths: type: string description: |- A JSON ``RoomEventFilter`` to filter the returned events with. The - filter can be applied before or/and after the ``limit`` parameter - + filter may be applied before or/and after the ``limit`` parameter - whichever the homeserver prefers. See `Filtering <#filtering>`_ for more information.