From df20dae3901387c0f0eec5aad9e95bc5d8ecdcf7 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 14 Mar 2023 12:36:04 -0400 Subject: [PATCH] Escape example key. --- 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 103c328f..930a8bad 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -310,7 +310,7 @@ not have a string, integer, boolean, or `null` value, then the condition will no match. {{% boxes/note %}} -For example, if `key` is `content.m.federate`, and `value` is `true`, then +For example, if `key` is `content.m\.federate`, and `value` is `true`, then the following event will match: ```json