Spelling and word choice
This commit is contained in:
parent
53d4003d3a
commit
05bb7e1050
2 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ paths:
|
|||
that belong to the target server (idenfified by the DNS Name in the alias).
|
||||
The target server may not appear in the resident servers list.
|
||||
|
||||
Servers may wish to cache the response to this query to prevent requesting the
|
||||
Servers may wish to cache the response to this query to avoid requesting the
|
||||
information too often.
|
||||
operationId: queryRoomDirectory
|
||||
parameters:
|
||||
|
@ -76,7 +76,7 @@ paths:
|
|||
servers:
|
||||
type: array
|
||||
description: |-
|
||||
An array of server names that are likely to hold then given room. This
|
||||
An array of server names that are likely to hold the given room. This
|
||||
list may or may not include the server answering the query.
|
||||
items:
|
||||
type: string
|
||||
|
@ -120,7 +120,7 @@ paths:
|
|||
for a given user. Homeservers should only query profiles for users that belong
|
||||
to the target server (identified by the DNS Name in the user ID).
|
||||
|
||||
Servers may wish to cache the response to this query to prevent requesting the
|
||||
Servers may wish to cache the response to this query to avoid requesting the
|
||||
information too often.
|
||||
parameters:
|
||||
- in: query
|
||||
|
|
|
@ -968,7 +968,7 @@ Rejecting a presence invite::
|
|||
Querying for information
|
||||
------------------------
|
||||
|
||||
Queries are a way to retrieve information from a homeserver abotu a resource,
|
||||
Queries are a way to retrieve information from a homeserver about a resource,
|
||||
such as a user or room. The endpoints here are often called in conjunction with
|
||||
a request from a client on the client-server API in order to complete the call.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue