From b1dac77b508d173b6e7b05accfb9459e1d9d5449 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 6 Jun 2022 00:36:26 -0400 Subject: [PATCH] Fixed some typos --- packages/notify.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/notify.yaml b/packages/notify.yaml index 658cf65..af2b13e 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -762,17 +762,17 @@ script: {% macro lightning_alert() %} {{ [ - 'I have detected lightning withing 20 miles of our house.', + 'I have detected lightning within 20 miles of our house.', 'Did you see that flash? I did. Lightning is near.', 'If you didnt hear the thunder you will soon. ' ]|random }} - If anyone is outside they shoudld seek shelter inside. + If anyone is outside they should seek shelter inside. {% endmacro %} {% macro lightning_clear() %} {{ [ 'Lightning threat appears to be over.', - 'No more lightning appears to be occuring.', + 'No more lightning appears to be occurring.', 'Lightning is gone.' ]|random }} It is safe to resume normal activities.