From 00de2fdae52f2eece379ab9548ea6f431b7e2a93 Mon Sep 17 00:00:00 2001 From: Tod Schmidt Date: Thu, 10 May 2018 17:44:30 -0400 Subject: [PATCH] Snips: small typo fixes (#5344) --- source/_components/snips.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/snips.markdown b/source/_components/snips.markdown index feff4866cea..425abdc6a5a 100644 --- a/source/_components/snips.markdown +++ b/source/_components/snips.markdown @@ -177,8 +177,8 @@ SetTimer: service: script.set_timer data_template: name: "{{ timer_name }}" - duration: "{{ timer_duration }}", - siteId: "{{ siteId }}", + duration: "{{ timer_duration }}" + siteId: "{{ site_id }}" probability: "{{ probability }}" ``` {% endraw %}