fix typo in comment

This commit is contained in:
Livio Spring 2023-05-05 14:35:52 +02:00 committed by GitHub
parent 5a5d523a97
commit f1442baeb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -456,7 +456,7 @@ func UserinfoCallback[C oidc.IDClaims, U SubjectGetter](f CodeExchangeUserinfoCa
}
// Userinfo will call the OIDC [UserInfo] Endpoint with the provided token and returns
// the response in an isntance of type U.
// the response in an instance of type U.
// [*oidc.UserInfo] can be used as a good example, or use a custom type if type-safe
// access to custom claims is needed.
//