Compare commits

..

4 commits

Author SHA1 Message Date
Johannes Marbach f01e502951
Merge 1baf93caf5 into dfdb1d09b8 2025-10-07 12:25:22 -06:00
Johannes Marbach dfdb1d09b8
Add missing bracket (#2224) 2025-10-07 13:18:05 -04:00
Johannes Marbach 1baf93caf5
Add blank line
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
2025-10-07 18:23:45 +02:00
Johannes Marbach ffc8c8edd3
com.github -> Io.github
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
2025-10-07 18:23:18 +02:00
3 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -463,7 +463,7 @@ vendor prefix in Java package naming format. For example:
{{% boxes/note %}} {{% boxes/note %}}
Proposal authors operating with a Matrix.org Foundation mandate SHOULD use Proposal authors operating with a Matrix.org Foundation mandate SHOULD use
a vendor prefix within the `org.matrix` namespace. This namespace is otherwise a vendor prefix within the `org.matrix` namespace. This namespace is otherwise
restricted. Authors who don't own a domain MAY use the `com.github` namespace restricted. Authors who don't own a domain MAY use the `io.github` namespace
instead. instead.
{{% /boxes/note %}} {{% /boxes/note %}}
@ -489,6 +489,7 @@ Vendor prefixes MUST also be used for:
... ...
} }
``` ```
- New values for existing parameters or properties. For example: - New values for existing parameters or properties. For example:
```json ```json

View file

@ -324,7 +324,7 @@ paths:
This endpoint was deprecated in r0 of this specification. Clients This endpoint was deprecated in r0 of this specification. Clients
should instead call the should instead call the
[/rooms/{roomId}/event/{eventId}](/client-server-api/#get_matrixclientv3roomsroomideventeventid) API [/rooms/{roomId}/event/{eventId}](/client-server-api/#get_matrixclientv3roomsroomideventeventid) API
or the [/rooms/{roomId}/context/{eventId](/client-server-api/#get_matrixclientv3roomsroomidcontexteventid) API. or the [/rooms/{roomId}/context/{eventId}](/client-server-api/#get_matrixclientv3roomsroomidcontexteventid) API.
operationId: getOneEvent operationId: getOneEvent
security: security:
- accessTokenQuery: [] - accessTokenQuery: []