[DOCS] Fixes missing colon (#52797)
This commit is contained in:
parent
d3c0a2f013
commit
85e5e56510
|
@ -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
|
||||
// NOTCONSOLE
|
||||
|
|
Loading…
Reference in New Issue