1
0
mirror of https://github.com/cheat/cheat.git synced 2025-07-04 21:01:57 +02:00

Merge pull request from ryaanwells/patch-1

Fixing "cheetsheet" typo in README.md
This commit is contained in:
Chris Allen Lane
2020-08-23 15:25:55 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
README.md
internal/sheets

@ -98,7 +98,7 @@ install the community-sourced cheatsheets the first time you run `cheat`.
Cheatpaths Cheatpaths
---------- ----------
Cheatsheets are stored on "cheatpaths", which are directories that contain 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 It can be useful to configure `cheat` against multiple cheatpaths. A common
pattern is to store cheatsheets from multiple repositories on individual pattern is to store cheatsheets from multiple repositories on individual

@ -9,7 +9,7 @@ import (
"github.com/cheat/cheat/internal/sheet" "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) { func TestTags(t *testing.T) {
// mock cheatsheets available on multiple cheatpaths // mock cheatsheets available on multiple cheatpaths