Skip to content

Commit

Permalink
docs: consistent formatting in builtin description
Browse files Browse the repository at this point in the history
  • Loading branch information
alcpereira authored and dlvhdr committed Nov 12, 2024
1 parent 0f7dfcd commit 0f52ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/keys/prKeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ var PRKeys = PRKeyMap{
),
WatchChecks: key.NewBinding(
key.WithKeys("w"),
key.WithHelp("w", "Watch checks"),
key.WithHelp("w", "watch checks"),
),
ViewIssues: key.NewBinding(
key.WithKeys("s"),
key.WithHelp("s", "Switch to issues"),
key.WithHelp("s", "switch to issues"),
),
}

Expand Down

0 comments on commit 0f52ea5

Please sign in to comment.