Spelling and word choice

This commit is contained in:
Travis Ralston 2018-08-02 18:45:59 -06:00
parent 53d4003d3a
commit 05bb7e1050
2 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ paths:
that belong to the target server (idenfified by the DNS Name in the alias). 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. 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. information too often.
operationId: queryRoomDirectory operationId: queryRoomDirectory
parameters: parameters:
@ -76,7 +76,7 @@ paths:
servers: servers:
type: array type: array
description: |- 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. list may or may not include the server answering the query.
items: items:
type: string type: string
@ -120,7 +120,7 @@ paths:
for a given user. Homeservers should only query profiles for users that belong 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). 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. information too often.
parameters: parameters:
- in: query - in: query

View file

@ -968,7 +968,7 @@ Rejecting a presence invite::
Querying for information 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 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. a request from a client on the client-server API in order to complete the call.