[Docs] Insert missing colon (#56980)

This commit is contained in:
Florian Kelbert 2020-05-20 14:46:20 +01:00 committed by Christoph Büscher
parent fd54ed328c
commit edada6bc39
1 changed files with 1 additions and 1 deletions

View File

@ -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]
}