diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md index c4e49a1f5..ace35d104 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md @@ -69,7 +69,7 @@ app.post('/scheduled', async function(req, res){ }); ``` -When running this code, note that the `/scheduled` endpoint is called every five minutes by the Dapr sidecar. +When running this code, note that the `/scheduled` endpoint is called every fifteen minutes by the Dapr sidecar. ## Binding support