We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcaa80 commit 8fcd1baCopy full SHA for 8fcd1ba
pkg/certwatcher/example_test.go
@@ -32,7 +32,7 @@ func Example() {
32
// Setup Context
33
ctx := ctrl.SetupSignalHandler()
34
35
- // Initialize a new cert watcher with cert/key pari
+ // Initialize a new cert watcher with cert/key pair
36
watcher, err := certwatcher.New("ssl/tls.crt", "ssl/tls.key")
37
if err != nil {
38
panic(err)
0 commit comments