Merge pull request #1363 from zecakeh/fix-typos

Fix various typos
pull/1368/head
Hubert Chathi 2 years 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 ### 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` 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 as a form of [relationship](#forming-relationships-between-events). There is no

@ -47,7 +47,7 @@ paths:
type: string type: string
name: userId name: userId
description: |- 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. is authenticated for the request.
required: true required: true
x-example: "@alice:example.com" x-example: "@alice:example.com"

@ -49,7 +49,7 @@ paths:
name: receiptType name: receiptType
description: |- description: |-
The type of receipt to send. This can also be `m.fully_read` as an 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 Note that `m.fully_read` does not appear under `m.receipt`: this endpoint
effectively calls `/read_markers` internally when presented with a receipt effectively calls `/read_markers` internally when presented with a receipt

Loading…
Cancel
Save