mirror of https://github.com/dapr/docs.git
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:
parent
434bbff274
commit
7453e286a6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue