s/room/rooms (#1215)
* s/room/rooms Fixes #979 * Create 1215.clarification
This commit is contained in:
parent
5572d33453
commit
8df0cfeae0
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue