mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 22:14:10 +01:00
More typo fixes.
This commit is contained in:
parent
bbe7e33d74
commit
9b037bab7c
|
|
@ -41,10 +41,10 @@ notification provider (e.g. APNS, GCM).
|
||||||
|
|
||||||
### Unsupported endpoints
|
### Unsupported endpoints
|
||||||
|
|
||||||
If a request for an unsupported (or unknown) endpoint is received than the server
|
If a request for an unsupported (or unknown) endpoint is received then the server
|
||||||
must respond with 404 `M_UNRECOGNIZED` error.
|
must respond with 404 `M_UNRECOGNIZED` error.
|
||||||
|
|
||||||
Similarly, a 405 `M_UNREOCGNIZED` error is used to denote an unsupported method
|
Similarly, a 405 `M_UNRECOGNIZED` error is used to denote an unsupported method
|
||||||
to a known endpoint.
|
to a known endpoint.
|
||||||
|
|
||||||
## Homeserver behaviour
|
## Homeserver behaviour
|
||||||
|
|
|
||||||
|
|
@ -86,10 +86,10 @@ Transparency](https://www.certificate-transparency.org/) project.
|
||||||
|
|
||||||
### Unsupported endpoints
|
### Unsupported endpoints
|
||||||
|
|
||||||
If a request for an unsupported (or unknown) endpoint is received than the server
|
If a request for an unsupported (or unknown) endpoint is received then the server
|
||||||
must respond with 404 `M_UNRECOGNIZED` error.
|
must respond with 404 `M_UNRECOGNIZED` error.
|
||||||
|
|
||||||
Similarly, a 405 `M_UNREOCGNIZED` error is used to denote an unsupported method
|
Similarly, a 405 `M_UNRECOGNIZED` error is used to denote an unsupported method
|
||||||
to a known endpoint.
|
to a known endpoint.
|
||||||
|
|
||||||
## Server discovery
|
## Server discovery
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue