Skip to content

Commit 0f0740d

Browse files
authored
Merge pull request #206 from mooncak/fix_typos
Fix typos: wehbook -> webhook
2 parents 0a14015 + 9fb4942 commit 0f0740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhook/internal/cert/writer/certwriter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func createIfNotExists(ch certReadWriter) (*generator.Artifacts, bool, error) {
9595

9696
// certReadWriter provides methods for reading and writing certificates.
9797
type certReadWriter interface {
98-
// read reads a wehbook name and returns the certs for it.
98+
// read reads a webhook name and returns the certs for it.
9999
read() (*generator.Artifacts, error)
100100
// write writes the certs and return the certs it wrote.
101101
write() (*generator.Artifacts, error)

0 commit comments

Comments
 (0)