More typo fixes.

This commit is contained in:
Patrick Cloke 2022-11-22 10:47:21 -05:00
parent bbe7e33d74
commit 9b037bab7c
2 changed files with 4 additions and 4 deletions

View file

@ -41,10 +41,10 @@ notification provider (e.g. APNS, GCM).
### 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.
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.
## Homeserver behaviour

View file

@ -86,10 +86,10 @@ Transparency](https://www.certificate-transparency.org/) project.
### 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.
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.
## Server discovery