mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 02:34:14 +02:00
s/room/rooms (#1215)
* s/room/rooms Fixes #979 * Create 1215.clarification
This commit is contained in:
parent
5572d33453
commit
8df0cfeae0
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -111,7 +111,7 @@ paths:
|
||||||
post:
|
post:
|
||||||
summary: Start the requesting user participating in a particular room.
|
summary: Start the requesting user participating in a particular room.
|
||||||
description: |-
|
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
|
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
|
is allowed to participate in that room. After this call, the client is
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue