Skip to content

Commit 8fcd1ba

Browse files
authored
fix the typo of certwatcher example test (#1615)
1 parent 0fcaa80 commit 8fcd1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/certwatcher/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func Example() {
3232
// Setup Context
3333
ctx := ctrl.SetupSignalHandler()
3434

35-
// Initialize a new cert watcher with cert/key pari
35+
// Initialize a new cert watcher with cert/key pair
3636
watcher, err := certwatcher.New("ssl/tls.crt", "ssl/tls.key")
3737
if err != nil {
3838
panic(err)

0 commit comments

Comments
 (0)