From 8df0cfeae0f4612f8417665265c845438f42dd6f Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 26 Aug 2022 20:53:28 +0100 Subject: [PATCH] s/room/rooms (#1215) * s/room/rooms Fixes #979 * Create 1215.clarification --- changelogs/client_server/newsfragments/1215.clarification | 1 + data/api/client-server/joining.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/1215.clarification diff --git a/changelogs/client_server/newsfragments/1215.clarification b/changelogs/client_server/newsfragments/1215.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/1215.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/data/api/client-server/joining.yaml b/data/api/client-server/joining.yaml index 70e7444e..48d630c4 100644 --- a/data/api/client-server/joining.yaml +++ b/data/api/client-server/joining.yaml @@ -111,7 +111,7 @@ paths: post: summary: Start the requesting user participating in a particular room. description: |- - *Note that this API takes either a room ID or alias, unlike* `/room/{roomId}/join`. + *Note that this API takes either a room ID or alias, unlike* `/rooms/{roomId}/join`. This API starts a user participating in a particular room, if that user is allowed to participate in that room. After this call, the client is