mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 07:04:17 +02:00
docs: fix typo in stash help comment
This commit is contained in:
parent
752de97c5a
commit
32b45298de
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
// helpEntry is a entry in a help menu containing values for a keystroke and
|
||||
// it's associated action.
|
||||
// its associated action.
|
||||
type helpEntry struct{ key, val string }
|
||||
|
||||
// helpColumn is a group of helpEntries which will be rendered into a column.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue