Skip to content

Commit 66bbb39

Browse files
Florian Kelbertlcawl
Florian Kelbert
authored andcommitted
[DOCS] Fixes missing colon (#52797)
1 parent 810dc9f commit 66bbb39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/docs/en/watcher/trigger/schedule/daily.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For example, the following `daily` schedule triggers once every day at 5:00 PM:
6363
"trigger" : {
6464
"schedule" : {
6565
"daily" : {
66-
"at" {
66+
"at" : {
6767
"hour" : 17,
6868
"minute" : 0
6969
}
@@ -93,4 +93,4 @@ or minutes as an array. For example, following `daily` schedule triggers at
9393
}
9494
}
9595
--------------------------------------------------
96-
// NOTCONSOLE
96+
// NOTCONSOLE

0 commit comments

Comments
 (0)