Merge pull request #2148 from matrix-org/anoa/typooo

Fix a small typo
This commit is contained in:
Travis Ralston 2019-06-25 10:08:06 -06:00 committed by GitHub
commit ad5d46d331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix a small duplicated "as".

View file

@ -1314,7 +1314,7 @@ to keep moving forwards.
Filtering Filtering
--------- ---------
Filters can be created on the server and can be passed as as a parameter to APIs Filters can be created on the server and can be passed as a parameter to APIs
which return events. These filters alter the data returned from those APIs. which return events. These filters alter the data returned from those APIs.
Not all APIs accept filters. Not all APIs accept filters.