From 1b7d557c66feff43340dfa3bc5c5b60348d251b9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 14 Mar 2020 08:48:24 +0800 Subject: [PATCH] fix typo --- tools/asynqmon/cmd/workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/asynqmon/cmd/workers.go b/tools/asynqmon/cmd/workers.go index 40b21de..e91bd06 100644 --- a/tools/asynqmon/cmd/workers.go +++ b/tools/asynqmon/cmd/workers.go @@ -22,7 +22,7 @@ var workersCmd = &cobra.Command{ Short: "Shows all running workers information", Long: `Workers (asynqmon workers) will show all running workers information. -The command shows the follwoing for each worker: +The command shows the following for each worker: * Process in which the worker is running * ID of the task worker is processing * Type of the task worker is processing