diff options
Diffstat (limited to '')
-rw-r--r-- | commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.go b/commands.go index 626ba00..78cb780 100644 --- a/commands.go +++ b/commands.go @@ -441,7 +441,7 @@ func (app *App) handleInput(buffer, content string) error { return noCommand(app, buffer, rawArgs) } if cmdName == "" { - return fmt.Errorf("lone slash at the begining") + return fmt.Errorf("lone slash at the beginning") } var chosenCMDName string |