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

@ -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