mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix typos.
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
2665f95bde
commit
a4dd703078
|
|
@ -166,10 +166,10 @@ because the application service may have been updated.
|
|||
|
||||
#### Unknown routes
|
||||
|
||||
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.
|
||||
|
||||
#### Pushing events
|
||||
|
|
|
|||
Loading…
Reference in a new issue