Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
electrofocus committed Jan 15, 2022
1 parent 0852819 commit 5bca682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgverifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// ErrInvalidCredentials represents error in case of having invalid Telegram auth credentials.
var ErrInvalidCredentials = errors.New("invalid telegram creds")
var ErrInvalidCredentials = errors.New("invalid telegram credentials")

// Credentials are Telegram Login credentials available for parsing from JSON.
type Credentials struct {
Expand Down

0 comments on commit 5bca682

Please sign in to comment.