From 93249ef48fa9846fe4f6307ac2e3c79b39e48e7b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 14 Mar 2023 15:36:52 +0000 Subject: [PATCH] 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 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)