mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Upgrade typos in CI (#2369)
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spec / Create release (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spec / Create release (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
This commit is contained in:
parent
6cfb653e65
commit
31aa625a2a
2
.github/workflows/spell-check.yaml
vendored
2
.github/workflows/spell-check.yaml
vendored
|
|
@ -14,6 +14,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check spelling of proposals
|
- name: Check spelling of proposals
|
||||||
uses: crate-ci/typos@f2c1f08a7b3c1b96050cb786baaa2a94797bdb7d # v1.20.10
|
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0
|
||||||
with:
|
with:
|
||||||
config: ${{github.workspace}}/.github/_typos.toml
|
config: ${{github.workspace}}/.github/_typos.toml
|
||||||
|
|
|
||||||
1
changelogs/appendices/newsfragments/2369.clarification
Normal file
1
changelogs/appendices/newsfragments/2369.clarification
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
1
changelogs/internal/newsfragments/2369.clarification
Normal file
1
changelogs/internal/newsfragments/2369.clarification
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Update and fix GitHub Actions.
|
||||||
1
changelogs/olm_megolm/newsfragments/2369.clarification
Normal file
1
changelogs/olm_megolm/newsfragments/2369.clarification
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -940,7 +940,7 @@ they need to go, however they should also be aware of [issue
|
||||||
|
|
||||||
A room (or room permalink) which isn't using a room alias should supply
|
A room (or room permalink) which isn't using a room alias should supply
|
||||||
at least one server using `via` in the URI's query string. Multiple servers
|
at least one server using `via` in the URI's query string. Multiple servers
|
||||||
can be specified by including multuple `via` parameters.
|
can be specified by including multiple `via` parameters.
|
||||||
|
|
||||||
The values of `via` are intended to be passed along on the
|
The values of `via` are intended to be passed along on the
|
||||||
[Client Server `/join/{roomIdOrAlias}` API](/client-server-api/#post_matrixclientv3joinroomidoralias).
|
[Client Server `/join/{roomIdOrAlias}` API](/client-server-api/#post_matrixclientv3joinroomidoralias).
|
||||||
|
|
|
||||||
|
|
@ -305,7 +305,7 @@ has proven ownership of.
|
||||||
Eve; Eve cannot decrypt it, but forwards it to Bob. Bob believes the
|
Eve; Eve cannot decrypt it, but forwards it to Bob. Bob believes the
|
||||||
Alice sent the message to him, whereas Alice intended it to go to Eve.
|
Alice sent the message to him, whereas Alice intended it to go to Eve.
|
||||||
|
|
||||||
This is prevented by Alice including the user ID of the intended recpient
|
This is prevented by Alice including the user ID of the intended recipient
|
||||||
(Eve) in the plain-text of the pre-key message. Bob can now tell that the
|
(Eve) in the plain-text of the pre-key message. Bob can now tell that the
|
||||||
message was meant for Eve rather than him.
|
message was meant for Eve rather than him.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue