Merge pull request #3343 from fernandosmither/patch-1

[Typo] Update cron.md
This commit is contained in:
Hannah Hunter 2023-05-01 10:04:50 -04:00 committed by GitHub
commit 389523c0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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