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

Commit

Permalink
Fix typo in build-a-golang-task-worker.md (#3860)
Browse files Browse the repository at this point in the history
`provies` -> `provides`
  • Loading branch information
gearcog authored Nov 24, 2023
1 parent 3afe0b5 commit 07fd73a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 07fd73a

Please sign in to comment.