Skip to content

Commit

Permalink
s/room/rooms (#1215)
Browse files Browse the repository at this point in the history
* s/room/rooms

Fixes #979

* Create 1215.clarification
  • Loading branch information
Half-Shot committed Aug 26, 2022
1 parent 5572d33 commit 8df0cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1215.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
2 changes: 1 addition & 1 deletion data/api/client-server/joining.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8df0cfe

Please sign in to comment.