diff --git a/content/application-service-api.md b/content/application-service-api.md index 97566273..4ddcba90 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -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