Skip to content

Commit

Permalink
Fix a typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken committed Nov 25, 2020
1 parent 476862d commit 8d6e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func HandleEmailDeliveryTask(ctx context.Context, t *asynq.Task) error {
}

// ImageProcessor implements asynq.Handler interface.
type ImageProcesser struct {
type ImageProcessor struct {
// ... fields for struct
}

Expand Down

0 comments on commit 8d6e416

Please sign in to comment.