Merge pull request #30230 from stupendous-man/fix-typos
Fixed a typo within pkg/authorization/api.go
This commit is contained in:
commit
30ca9e3b0c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const (
|
|||
)
|
||||
|
||||
// PeerCertificate is a wrapper around x509.Certificate which provides a sane
|
||||
// enconding/decoding to/from PEM format and JSON.
|
||||
// encoding/decoding to/from PEM format and JSON.
|
||||
type PeerCertificate x509.Certificate
|
||||
|
||||
// MarshalJSON returns the JSON encoded pem bytes of a PeerCertificate.
|
||||
|
|
Loading…
Reference in a new issue