Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasMelin committed Oct 14, 2024
1 parent ac0461b commit 6b9482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/bearertokenauthextension/bearertokenauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
var _ credentials.PerRPCCredentials = (*PerRPCAuth)(nil)

// PerRPCAuth is a gRPC credentials.PerRPCCredentials implementation that returns an 'authorization' header.
// NOTE: Needs an function instead of static values so the data can be refreshed
// NOTE: Needs a function instead of static values so the data can be refreshed
type PerRPCAuth struct {
renderMetadata func() map[string]string
}
Expand Down

0 comments on commit 6b9482f

Please sign in to comment.