Update daprdocs/content/en/reference/components-reference/supported-bindings/cron.md

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
Hao Wu 2021-10-22 13:08:26 +08:00 committed by GitHub
parent a2378a250c
commit 22ea0b39d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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