From 93249ef48fa9846fe4f6307ac2e3c79b39e48e7b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 14 Mar 2023 15:36:52 +0000 Subject: [PATCH 1/2] Correct a typo in a field name This example does not talk about a 'membership' field in any case. It looks like this was instead supposed to be 'topic', as the previous paragraph also talks about. --- content/client-server-api/modules/push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 7667dd7ae..d50561190 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -249,7 +249,7 @@ Other `topic` values which will match are: * `"LUNCH"` (case-insensitive; `*` may match zero characters) -The following `membership` values will NOT match: +The following `topic` values will NOT match: * `" lunch"` (note leading space) * `"lunc"` (`?` must match a character) * `null` (not a string) From 81c81a2e756d800ea90cf828738c20bfefe50f3b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 14 Mar 2023 15:38:42 +0000 Subject: [PATCH 2/2] changelog --- changelogs/client_server/newsfragments/1465.clarifications | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1465.clarifications diff --git a/changelogs/client_server/newsfragments/1465.clarifications b/changelogs/client_server/newsfragments/1465.clarifications new file mode 100644 index 000000000..ca5f3aea5 --- /dev/null +++ b/changelogs/client_server/newsfragments/1465.clarifications @@ -0,0 +1 @@ +Fix various typos throughout the specification. \ No newline at end of file