docs: fix typos and clean up comments

This commit is contained in:
Glenn Gonda
2023-02-18 20:30:17 -08:00
committed by Christian Rocha
parent 76c3c1a221
commit 4880cf2a09
9 changed files with 12 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ func (m model) Init() tea.Cmd {
func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
switch msg := msg.(type) {
case tea.WindowSizeMsg:
// If we set a width on the help menu it can it can gracefully truncate
// If we set a width on the help menu it can gracefully truncate
// its view as needed.
m.help.Width = msg.Width