From 2c097adedaedd189f2d61a3b82e4a5dc74595083 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Thu, 30 Sep 2021 07:30:20 +0930 Subject: [PATCH] chore: fix typo in comment --- cmd/cheat/cmd_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cheat/cmd_list.go b/cmd/cheat/cmd_list.go index a66b7f2..9ef5106 100644 --- a/cmd/cheat/cmd_list.go +++ b/cmd/cheat/cmd_list.go @@ -25,7 +25,7 @@ func cmdList(opts map[string]interface{}, conf config.Config) { os.Exit(1) } - // filter cheatcheats by tag if --tag was provided + // filter cheatsheets by tag if --tag was provided if opts["--tag"] != nil { cheatsheets = sheets.Filter( cheatsheets,