Update daprdocs/content/en/getting-started/quickstarts/jobs-quickstart.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2024-07-29 13:14:13 -04:00 committed by GitHub
parent 434bbff274
commit 7453e286a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ if err = server.Start(); err != nil {
}
```
The `job-service` then codes the functions that handle scheduling, getting, deleting, and handling job events.
The `job-service` then call functions that handle scheduling, getting, deleting, and handling job events.
```go
// Handler that schedules a DroidJob