From 42c9d5dc9ea6a16416457a407f5f9f56d6707fa4 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Sat, 22 Feb 2020 16:07:42 +0000 Subject: [PATCH] Consistent boolean syntax (#12161) Consistently use `true` in the code examples, instead of `True`. --- source/_integrations/alert.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/alert.markdown b/source/_integrations/alert.markdown index 751584342d8c..af384e239a5a 100644 --- a/source/_integrations/alert.markdown +++ b/source/_integrations/alert.markdown @@ -247,8 +247,8 @@ alert: - 15 - 30 - 60 - can_acknowledge: True # Optional, default is True - skip_first: True # Optional, false is the default + can_acknowledge: true # Optional, default is true + skip_first: true # Optional, false is the default data: inline_keyboard: - 'Close garage:/close_garage, Acknowledge:/garage_acknowledge'