Skip to content

Commit 0f52ea5

Browse files
alcpereiradlvhdr
authored andcommitted
docs: consistent formatting in builtin description
1 parent 0f7dfcd commit 0f52ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/keys/prKeys.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ var PRKeys = PRKeyMap{
7272
),
7373
WatchChecks: key.NewBinding(
7474
key.WithKeys("w"),
75-
key.WithHelp("w", "Watch checks"),
75+
key.WithHelp("w", "watch checks"),
7676
),
7777
ViewIssues: key.NewBinding(
7878
key.WithKeys("s"),
79-
key.WithHelp("s", "Switch to issues"),
79+
key.WithHelp("s", "switch to issues"),
8080
),
8181
}
8282

0 commit comments

Comments
 (0)