Fix typo in faster join docs (#15812)

Fixes #15756
This commit is contained in:
Erik Johnston 2023-06-21 11:34:32 +01:00 committed by GitHub
parent 496f73103d
commit 6c749c5124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/15812.doc Normal file
View File

@ -0,0 +1 @@
Fix typo in MSC number in faster remote room join architecture doc.

View File

@ -6,7 +6,7 @@ This is a work-in-progress set of notes with two goals:
See also [MSC3902](https://github.com/matrix-org/matrix-spec-proposals/pull/3902).
The key idea is described by [MSC706](https://github.com/matrix-org/matrix-spec-proposals/pull/3902). This allows servers to
The key idea is described by [MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706). This allows servers to
request a lightweight response to the federation `/send_join` endpoint.
This is called a **faster join**, also known as a **partial join**. In these
notes we'll usually use the word "partial" as it matches the database schema.