chore: fix typo in comment

This commit is contained in:
Alexis Tyler
2021-09-30 07:30:20 +09:30
committed by GitHub
parent 768d55e5d4
commit 2c097adeda

View File

@ -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,