Skip to content

Commit

Permalink
Merge pull request #88 from kianmeng/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo, connot -> cannot
  • Loading branch information
sachaos committed May 10, 2023
2 parents 9527e9f + 66861ce commit e39d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ type parseKeyStrokeError struct {
}

func (e parseKeyStrokeError) Error() string {
return fmt.Sprintf("connot parse key: %q", e.key)
return fmt.Sprintf("cannot parse key: %q", e.key)
}

// ParseKeyStroke parse string describing key.
Expand Down

0 comments on commit e39d4ce

Please sign in to comment.