Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Fix typo in build-a-golang-task-worker.md #3860

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/how-tos/Workers/build-a-golang-task-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go get github.com/netflix/conductor/client/go
This will create a Go project under $GOPATH/src and download any dependencies.

## Implementing a Task a Worker
`task`package provies the types used to implement the worker. Here is a reference worker implementation:
`task`package provides the types used to implement the worker. Here is a reference worker implementation:

```go
package task
Expand Down