Skip to content

Commit e46ae38

Browse files
authored
Merge pull request #188183 from SnehaAgrawal-MSFT/patch-32
(AzureCXP) fixes MicrosoftDocs/azure-docs/issues/87708
2 parents 912d0ac + 3679b2d commit e46ae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-timer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Expressed as a string, the `TimeSpan` format is `hh:mm:ss` when `hh` is less tha
318318
|--------------|----------------|
319319
| "01:00:00" | every hour |
320320
| "00:01:00" | every minute |
321-
| "25:00:00" | every 25 days |
321+
| "25:00:00:00"| every 25 days |
322322
| "1.00:00:00" | every day |
323323

324324
### Scale-out

0 commit comments

Comments
 (0)