summaryrefslogtreecommitdiffstats
path: root/pkg/cheatsheet/generate_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/cheatsheet/generate_test.go')
-rw-r--r--pkg/cheatsheet/generate_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/cheatsheet/generate_test.go b/pkg/cheatsheet/generate_test.go
index ba77d3b15..4d0d92e12 100644
--- a/pkg/cheatsheet/generate_test.go
+++ b/pkg/cheatsheet/generate_test.go
@@ -54,7 +54,7 @@ func TestGetBindingSections(t *testing.T) {
},
expected: []*bindingSection{
{
- title: "Global Keybindings",
+ title: "Global keybindings",
bindings: []*types.Binding{
{
ViewName: "",
@@ -139,7 +139,7 @@ func TestGetBindingSections(t *testing.T) {
},
expected: []*bindingSection{
{
- title: "List Panel Navigation",
+ title: "List panel navigation",
bindings: []*types.Binding{
{
ViewName: "files",
@@ -215,7 +215,7 @@ func TestGetBindingSections(t *testing.T) {
},
expected: []*bindingSection{
{
- title: "List Panel Navigation",
+ title: "List panel navigation",
bindings: []*types.Binding{
{
ViewName: "files",