Skip to content

Commit

Permalink
[Docs] Insert missing colon (#56980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kelbert authored May 20, 2020
1 parent 3087f96 commit 4039849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/docs/en/watcher/trigger/schedule/daily.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ or minutes as an array. For example, following `daily` schedule triggers at
"trigger" : {
"schedule" : {
"daily" : {
"at" {
"at" : {
"hour" : [ 0, 12, 17 ],
"minute" : [0, 30]
}
Expand Down

0 comments on commit 4039849

Please sign in to comment.