Fix typos.

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Patrick Cloke 2022-11-22 10:41:31 -05:00 committed by GitHub
parent 2665f95bde
commit a4dd703078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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