From 9d0a32fab90d27266dedaedb508a2157ec189e79 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 20 Nov 2019 10:19:28 -0800 Subject: [PATCH] i before g Co-Authored-By: Josh Abernathy --- command/issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/issue.go b/command/issue.go index 6c4b0597e..00ece68ef 100644 --- a/command/issue.go +++ b/command/issue.go @@ -127,7 +127,7 @@ func issueStatus(cmd *cobra.Command, args []string) error { if issuePayload.Assigned != nil { printIssues(" ", issuePayload.Assigned...) } else { - message := fmt.Sprintf(" There are no issues assgined to you") + message := fmt.Sprintf(" There are no issues assigned to you") printMessage(message) } fmt.Println()