From a4dd70307855ddd72916f235e2ee2786004f9427 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 22 Nov 2022 10:41:31 -0500 Subject: [PATCH] Fix typos. Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- content/application-service-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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