Skip to content

Commit 3679b2d

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs/issues/87708
"25:00:00" every 25 days updated to "25.00:00:00"
1 parent 5791af0 commit 3679b2d

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
@@ -340,7 +340,7 @@ Expressed as a string, the `TimeSpan` format is `hh:mm:ss` when `hh` is less tha
340340
|--------------|----------------|
341341
| "01:00:00" | every hour |
342342
| "00:01:00" | every minute |
343-
| "25:00:00" | every 25 days |
343+
| "25:00:00:00"| every 25 days |
344344
| "1.00:00:00" | every day |
345345

346346
## Scale-out

0 commit comments

Comments
 (0)