From 2474ea4fb11eb4fd7d4fc6eba468609e0e50d62a Mon Sep 17 00:00:00 2001 From: Ryan Wells Date: Tue, 18 Aug 2020 14:53:15 +0100 Subject: [PATCH 1/2] Fixing "cheetsheet" typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b40146a..3c399aa 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ install the community-sourced cheatsheets the first time you run `cheat`. Cheatpaths ---------- Cheatsheets are stored on "cheatpaths", which are directories that contain -cheetsheets. Cheatpaths are specified in the `conf.yml` file. +cheatsheets. Cheatpaths are specified in the `conf.yml` file. It can be useful to configure `cheat` against multiple cheatpaths. A common pattern is to store cheatsheets from multiple repositories on individual From e5d04d41ea7000f2f4b1a86a218d11233f5800a3 Mon Sep 17 00:00:00 2001 From: Ryan Wells Date: Fri, 21 Aug 2020 15:45:49 +0100 Subject: [PATCH 2/2] Fixing "cheetsheet" typo in tags_test.go --- internal/sheets/tags_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/sheets/tags_test.go b/internal/sheets/tags_test.go index 54d156b..7fa0528 100644 --- a/internal/sheets/tags_test.go +++ b/internal/sheets/tags_test.go @@ -9,7 +9,7 @@ import ( "github.com/cheat/cheat/internal/sheet" ) -// TestTags asserts that cheetsheet tags are properly returned +// TestTags asserts that cheatsheet tags are properly returned func TestTags(t *testing.T) { // mock cheatsheets available on multiple cheatpaths