From 4be291604738f6f134282225b851f034ec1251bb Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 21 Jul 2022 18:46:51 +0100 Subject: [PATCH 1/3] Remove a stray fullstop in "Other error codes" --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 00e3f4ada..ca2b3d97d 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -101,7 +101,7 @@ An unknown error has occurred. The following error codes are specific to certain endpoints. -. + `M_UNRECOGNIZED` The server did not understand the request. From 494f903f7192623a1f4e02b39d2154205b3082bb Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 21 Jul 2022 18:47:54 +0100 Subject: [PATCH 2/3] Changelog --- changelogs/client_server/newsfragments/1180.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1180.clarification diff --git a/changelogs/client_server/newsfragments/1180.clarification b/changelogs/client_server/newsfragments/1180.clarification new file mode 100644 index 000000000..95788b73c --- /dev/null +++ b/changelogs/client_server/newsfragments/1180.clarification @@ -0,0 +1 @@ +Fix a punctuation typo in the list of "Other error codes". From 077f414cd04d834f19a5c3988dbcb8790ccafa4a Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 25 Jul 2022 10:59:30 +0100 Subject: [PATCH 3/3] Update changelogs/client_server/newsfragments/1180.clarification Co-authored-by: Hubert Chathi --- changelogs/client_server/newsfragments/1180.clarification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/client_server/newsfragments/1180.clarification b/changelogs/client_server/newsfragments/1180.clarification index 95788b73c..3ccb23339 100644 --- a/changelogs/client_server/newsfragments/1180.clarification +++ b/changelogs/client_server/newsfragments/1180.clarification @@ -1 +1 @@ -Fix a punctuation typo in the list of "Other error codes". +Fix various typos throughout the specification.