diff --git a/changelogs/client_server/newsfragments/1465.clarifications b/changelogs/client_server/newsfragments/1465.clarifications new file mode 100644 index 00000000..ca5f3aea --- /dev/null +++ b/changelogs/client_server/newsfragments/1465.clarifications @@ -0,0 +1 @@ +Fix various typos throughout the specification. \ No newline at end of file diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 7667dd7a..d5056119 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)