From e15bc6c966bfdca3b507504c95a34b74e264be11 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Thu, 5 Mar 2020 17:49:50 -0500 Subject: [PATCH] fix(typo): correct comment typo in `main.go` --- cmd/cheat/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cheat/main.go b/cmd/cheat/main.go index 9af24de..c6fe336 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -68,7 +68,7 @@ func main() { os.Exit(0) } - // prompt the user to create a config file + // prompt the user to download the community cheatsheets yes, err = installer.Prompt( "Would you like to download the community cheatsheets? [Y/n]", true,