fix: tiny typo fix
This commit is contained in:
parent
60f8417d4b
commit
dcf5cc8724
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ type Migration interface {
|
|||
}
|
||||
|
||||
// AuthConfig is used for interacting with some persistent configuration for gh,
|
||||
// with knowledge on how to access encrypted storage when neccesarry.
|
||||
// with knowledge on how to access encrypted storage when necessary.
|
||||
// Behavior is scoped to authentication specific tasks.
|
||||
type AuthConfig interface {
|
||||
// HasActiveToken returns true when a token for the hostname is present.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue