Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos around relations recursion #1853

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
2 changes: 1 addition & 1 deletion content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@ following endpoint.
This endpoint is particularly useful if the client has lost context on the aggregation for
a parent event and needs to rebuild/verify it.

When using the `recurse` parameter, note that there no way for a client to
When using the `recurse` parameter, note that there is no way for a client to
control how far the server recurses. If the client decides that the server's
recursion level is insufficient, it could, for example, perform the recursion
itself, or disable whatever feature requires more recursion.
Expand Down
2 changes: 1 addition & 1 deletion data/api/client-server/relations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ components:
Whether to additionally include events which only relate indirectly to the
given event, i.e. events related to the given event via two or more direct relationships.

If set to `false`, only events which have direct a relation with the given
If set to `false`, only events which have a direct relation with the given
event will be included.

If set to `true`, all events which relate to the given event, or relate to
Expand Down