Merge pull request #1363 from zecakeh/fix-typos

Fix various typos
pull/1368/head
Hubert Chathi 1 year ago committed by GitHub
commit 5d40118116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -1,7 +1,7 @@
### Reference relations
{{% added-in v="1.4" %}}
{{% added-in v="1.5" %}}
Generically referencing another event can be done with a `rel_type` of `m.reference`
as a form of [relationship](#forming-relationships-between-events). There is no

@ -47,7 +47,7 @@ paths:
type: string
name: userId
description: |-
The user to request and OpenID token for. Should be the user who
The user to request an OpenID token for. Should be the user who
is authenticated for the request.
required: true
x-example: "@alice:example.com"

@ -49,7 +49,7 @@ paths:
name: receiptType
description: |-
The type of receipt to send. This can also be `m.fully_read` as an
alternative to [`/read_makers`](/client-server-api/#post_matrixclientv3roomsroomidread_markers).
alternative to [`/read_markers`](/client-server-api/#post_matrixclientv3roomsroomidread_markers).
Note that `m.fully_read` does not appear under `m.receipt`: this endpoint
effectively calls `/read_markers` internally when presented with a receipt

Loading…
Cancel
Save