docs: fix typos in documentation and error messages (#24888)
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
ErrOverwriteKey = errors.New("cannot overwrite key")
|
||||
// ErrKeyAlreadyExists is raised when creating a key that already exists
|
||||
ErrKeyAlreadyExists = errors.Newf("key already exists")
|
||||
// ErrInvalidSignMode is raised when trying to sign with an invaled method
|
||||
// ErrInvalidSignMode is raised when trying to sign with an invalid method
|
||||
ErrInvalidSignMode = errors.New("invalid sign mode, expected LEGACY_AMINO_JSON or TEXTUAL")
|
||||
// ErrMaxPassPhraseAttempts is raised when the maxPassphraseEntryAttempts is reached
|
||||
ErrMaxPassPhraseAttempts = errors.New("too many failed passphrase attempts")
|
||||
|
||||
Reference in New Issue
Block a user