1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

chore: typo hunting ft. codespell

This commit is contained in:
casswedson
2022-04-03 15:19:15 -05:00
committed by Jesse Duffield
parent 3b5a019e1a
commit b7928042f0
11 changed files with 17 additions and 17 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/jesseduffield/lazygit/pkg/gui/types"
)
// Client is the entry point to this package. It reutrns a list of keybindings based on the config's user-defined custom commands.
// Client is the entry point to this package. It returns a list of keybindings based on the config's user-defined custom commands.
// See https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md for more info.
type Client struct {
customCommands []config.CustomCommand