[DOCS] Fixes missing colon (#52797)

This commit is contained in:
Florian Kelbert 2020-02-26 00:49:58 +00:00 committed by lcawl
parent d3c0a2f013
commit 85e5e56510
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ For example, the following `daily` schedule triggers once every day at 5:00 PM:
"trigger" : { "trigger" : {
"schedule" : { "schedule" : {
"daily" : { "daily" : {
"at" { "at" : {
"hour" : 17, "hour" : 17,
"minute" : 0 "minute" : 0
} }