Skip to content

Commit d6edcbd

Browse files
authored
Upgrade typos CI action (#4135)
1 parent 72e694b commit d6edcbd

8 files changed

+8
-7
lines changed

.github/_typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ OTKs = "OTKs"
88
[default.extend-words]
99
OTK = "OTK"
1010
OTKs = "OTKs"
11+
Iy = "Iy"

.github/workflows/spell-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Check spelling of proposals
17-
uses: crate-ci/typos@9be36f97fdbe645ee9a12449fb13aca856c2516a
17+
uses: crate-ci/typos@f2c1f08a7b3c1b96050cb786baaa2a94797bdb7d # v1.20.10
1818
with:
1919
config: ${{github.workspace}}/.github/_typos.toml

proposals/1711-x509-for-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ certificates comes with a number of downsides.
174174

175175
Configuring a working, federating homeserver is a process fraught with
176176
pitfalls. This proposal adds the requirement to obtain a signed certificate to
177-
that process. Even with modern intiatives such as Let's Encrypt, this is
177+
that process. Even with modern initiatives such as Let's Encrypt, this is
178178
another procedure requiring manual intervention across several moving parts.
179179

180180
On the other hand: obtaining an SSL certificate should be a familiar process to

proposals/1884-replace-slashes-in-event_ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ right encoding.
8888
A potential extension would be to change *all* Base64 encodings to be
8989
URL-safe. This would address the inconsistency. However, it feels like a
9090
large job which would span the entire matrix ecosystem (far larger than
91-
updating clients to URL-encode their URL prarameters), and again the
91+
updating clients to URL-encode their URL parameters), and again the
9292
situation would be confusing while the transition was in progress.
9393

9494
2. Incompleteness. Event IDs are certainly not the only identifier which can

proposals/2140-terms-of-service-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ way that Homeservers do.
3434

3535
## Proposal
3636

37-
Throuhgout this proposal, $prefix will be used to refer to the prefix of the
37+
Throughout this proposal, $prefix will be used to refer to the prefix of the
3838
API in question, ie. `/_matrix/identity/v2` for the IS API and
3939
`/_matrix/integrations/v1` for the IM API.
4040

proposals/2677-reactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ property should contains a `key` that indicates the annotation being
5151
applied. For example, when reacting with emojis, the `key` contains the emoji
5252
being used.
5353

54-
An event annotating another with the thumbs-up emoji would therefore have the following `m.relates_to` propperty:
54+
An event annotating another with the thumbs-up emoji would therefore have the following `m.relates_to` property:
5555

5656
```json
5757
"m.relates_to": {

proposals/2870-protect-acls-from-redaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ the room administrator's understanding of their room's function.
4040

4141
Another possible approach is to have servers prevent sending faulty ACL events by preventing their
4242
local clients from doing so, such as by rejecting redaction requests. This doesn't solve the issue
43-
over federation, but can reduce the liklihood of such events making it to the federation layer. This
43+
over federation, but can reduce the likelihood of such events making it to the federation layer. This
4444
is what Synapse currently does to help mitigate the issue. This is only effective if the server (or
4545
client, locally) implements it - it's common for both clients and servers to forget to add these checks
4646
during development, leading to occasional room breakage. This MSC instead tries to resolve the issue

proposals/3030-jump-to-date.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ the room was created.
152152
## Alternatives
153153

154154
We chose the current `/timestamp_to_event` route because it sounded like the
155-
easist path forward to bring it to fruition and get some real-world experience.
155+
easiest path forward to bring it to fruition and get some real-world experience.
156156
And was on our mind during the [initial discussion](https://docs.google.com/document/d/1KCEmpnGr4J-I8EeaVQ8QJZKBDu53ViI7V62y5BzfXr0/edit#bookmark=id.qu9k9wje9pxm) because there was some prior art with a [WIP
157157
implementation](https://github.com/matrix-org/synapse/pull/9445/commits/91b1b3606c9fb9eede0a6963bc42dfb70635449f)
158158
from @erikjohnston. The alternatives haven't been thrown out for a particular

0 commit comments

Comments
 (0)