diff --git a/changelogs/client_server/newsfragments/2148.misc b/changelogs/client_server/newsfragments/2148.misc new file mode 100644 index 00000000..d5514131 --- /dev/null +++ b/changelogs/client_server/newsfragments/2148.misc @@ -0,0 +1 @@ +Fix a small duplicated "as". diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 9b16abc3..39a2fd3d 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -1314,7 +1314,7 @@ to keep moving forwards. 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. Not all APIs accept filters.