Add GitHub Action to check spelling (#3591)

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2021-12-28 10:17:49 -06:00 committed by GitHub
parent d2fd90579b
commit 01cd41de68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 74 additions and 47 deletions

View file

@ -186,7 +186,7 @@ paths:
with type, state_key and content keys set.
Takes precedence over events set by `preset`, but gets
overriden by `name` and `topic` keys.
overridden by `name` and `topic` keys.
items:
type: object
title: StateEvent

View file

@ -257,7 +257,7 @@ paths:
If the user is a member of the room this will be a
list of the most recent messages for this room. If
the user has left the room this will be the
messages that preceeded them leaving. This array
messages that preceded them leaving. This array
will consist of at most `limit` elements.
items:
type: object

View file

@ -116,7 +116,7 @@ paths:
If the user is a member of the room this will be a
list of the most recent messages for this room. If
the user has left the room this will be the
messages that preceeded them leaving. This array
messages that preceded them leaving. This array
will consist of at most `limit` elements.
items:
type: object

View file

@ -63,7 +63,7 @@ paths:
$ref: "definitions/sid.yaml"
400:
description: |
An error ocurred. Some possible errors are:
An error occurred. Some possible errors are:
- `M_INVALID_EMAIL`: The email address provided was invalid.
- `M_EMAIL_SEND_ERROR`: The validation email could not be sent.

View file

@ -63,7 +63,7 @@ paths:
$ref: "definitions/sid.yaml"
400:
description: |
An error ocurred. Some possible errors are:
An error occurred. Some possible errors are:
- `M_INVALID_ADDRESS`: The phone number provided was invalid.
- `M_SEND_ERROR`: The validation SMS could not be sent.

View file

@ -34,7 +34,7 @@ paths:
To discover that an identity server is available at a specific URL,
this endpoint can be queried and will return an empty object.
This is primarly used for auto-discovery and health check purposes
This is primarily used for auto-discovery and health check purposes
by entities acting as a client for the identity server.
operationId: pingV2
responses:

View file

@ -88,7 +88,7 @@ paths:
The Matrix room alias for the room to which the user is
invited. This should be retrieved from the `m.room.canonical_alias`
state event.
example: "#somewhere:exmaple.org"
example: "#somewhere:example.org"
room_avatar_url:
type: string
description: |-
@ -150,7 +150,7 @@ paths:
}
400:
description: |
An error has occured.
An error has occurred.
If the 3pid is already bound to a Matrix user ID, the error code
will be `M_THREEPID_IN_USE`. If the medium is unsupported, the

View file

@ -48,6 +48,6 @@ paths:
"m.server":
type: string
description: |-
The server name to delegate server-server communciations to, with optional
The server name to delegate server-server communications to, with optional
port. The delegated server name uses the same grammar as
[server names in the appendices](/appendices/#server-name).