fix: tiny typo fix

This commit is contained in:
Rob Morgan 2025-01-17 18:08:59 +08:00 committed by GitHub
parent 60f8417d4b
commit dcf5cc8724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.