From d086ec8dfda954ef71545b7fba160575fa7991fd Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 17 Nov 2022 15:00:37 +0000 Subject: [PATCH] Add missing full stops --- content/client-server-api/modules/push.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index b9e2096d..534d1b03 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -189,7 +189,7 @@ actions are defined: This causes each matching event to generate a notification. `dont_notify` -This prevents each matching event from generating a notification +This prevents each matching event from generating a notification. `coalesce` This enables notifications for matching events but activates homeserver @@ -227,7 +227,7 @@ light on a mobile device. Actions that have no parameters are represented as a string. Otherwise, they are represented as a dictionary with a key equal to their name and other keys as their parameters, e.g. -`{ "set_tweak": "sound", "value": "default" }` +`{ "set_tweak": "sound", "value": "default" }`. ###### Conditions