mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix typo in relations endpoint description
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
926c6bad61
commit
dba843165a
|
|
@ -286,7 +286,7 @@ paths:
|
||||||
summary: Get the child events for a given parent event, with a given `relType` and `eventType`.
|
summary: Get the child events for a given parent event, with a given `relType` and `eventType`.
|
||||||
description: |-
|
description: |-
|
||||||
Retrieve all of the child events for a given parent event which relate to the parent
|
Retrieve all of the child events for a given parent event which relate to the parent
|
||||||
using the given `relType` and have the given `eventType`.
|
using the given `relType` and having the given `eventType`.
|
||||||
|
|
||||||
Note that when paginating the `from` token should be "after" the `to` token in
|
Note that when paginating the `from` token should be "after" the `to` token in
|
||||||
terms of topological ordering, because it is only possible to paginate "backwards"
|
terms of topological ordering, because it is only possible to paginate "backwards"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue