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