From 9f073ab2101bf44864d2909dcc322deb69c8ef5b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 16 May 2022 09:57:42 -0500 Subject: [PATCH] Quote durations on history_stats examples (#22777) --- source/_integrations/history_stats.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/history_stats.markdown b/source/_integrations/history_stats.markdown index 26532211c1f..895d274e21f 100644 --- a/source/_integrations/history_stats.markdown +++ b/source/_integrations/history_stats.markdown @@ -107,12 +107,12 @@ The duration variable is used when the time period is fixed. Different syntaxes ```yaml # 6 hours -duration: 06:00 +duration: "06:00" ``` ```yaml # 1 minute, 30 seconds -duration: 00:01:30 +duration: "00:01:30" ``` ```yaml