Skip to content

Commit

Permalink
Update dynoid/dynoid.go
Browse files Browse the repository at this point in the history
Co-authored-by: Troels Thomsen <19824+tt@users.noreply.github.com>
  • Loading branch information
kennyp and tt committed Mar 14, 2024
1 parent 3bd2dfc commit 861fe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynoid/dynoid.go
Expand Up @@ -22,7 +22,7 @@ const (
DefaultTokenPath = "/etc/heroku/dyno_id_token"
)

// Returned by an IssuerCallback get's an issuer it doesn't trust
// Returned by an IssuerCallback getting an issuer it doesn't trust
type UntrustedIssuerError struct {
Issuer string
}
Expand Down

0 comments on commit 861fe5d

Please sign in to comment.