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 53f25adf5..63c721e7b 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md @@ -70,7 +70,7 @@ app.post('/scheduled', async function(req, res){ }); ``` -If we run this, we'll see 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 five minutes by the Dapr sidecar. ## Binding support