From 85e5e565101274add7d427fce8f74d4f39a7fa6d Mon Sep 17 00:00:00 2001 From: Florian Kelbert Date: Wed, 26 Feb 2020 00:49:58 +0000 Subject: [PATCH] [DOCS] Fixes missing colon (#52797) --- x-pack/docs/en/watcher/trigger/schedule/daily.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/watcher/trigger/schedule/daily.asciidoc b/x-pack/docs/en/watcher/trigger/schedule/daily.asciidoc index 6fb91d2a712..58359ca037a 100644 --- a/x-pack/docs/en/watcher/trigger/schedule/daily.asciidoc +++ b/x-pack/docs/en/watcher/trigger/schedule/daily.asciidoc @@ -63,7 +63,7 @@ For example, the following `daily` schedule triggers once every day at 5:00 PM: "trigger" : { "schedule" : { "daily" : { - "at" { + "at" : { "hour" : 17, "minute" : 0 } @@ -93,4 +93,4 @@ or minutes as an array. For example, following `daily` schedule triggers at } } -------------------------------------------------- -// NOTCONSOLE \ No newline at end of file +// NOTCONSOLE