From 1d024cc339c92fb79a03be731451915cccc19de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Sun, 12 Feb 2017 13:29:36 -0300 Subject: [PATCH] remove extra spaces alert README --- modules/default/alert/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/default/alert/README.md b/modules/default/alert/README.md index 58be0570..3abf2fcd 100644 --- a/modules/default/alert/README.md +++ b/modules/default/alert/README.md @@ -10,7 +10,7 @@ modules: [ module: "alert", config: { // The config property is optional. - // See 'Configuration options' for more information. + // See 'Configuration options' for more information. } } ] @@ -34,12 +34,12 @@ The following properties can be configured: For notifications use: ``` -self.sendNotification("SHOW_ALERT", {type: "notification"}); +self.sendNotification("SHOW_ALERT", {type: "notification"}); ``` For alerts use: ``` -self.sendNotification("SHOW_ALERT", {}); +self.sendNotification("SHOW_ALERT", {}); ``` ### Notification params