Skip to content

Commit e47ad0c

Browse files
authored
Update config.go
Fix typo
1 parent 0173d3a commit e47ad0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/envconf/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ func (c *Config) NewClient() (klient.Client, error) {
116116
}
117117

118118
// Client is a constructor function that returns a previously
119-
// created klient.Client or create a new one based on configuration
120-
// previously set. Willpanic on any error so it recommended that you
119+
// created klient.Client or creates a new one based on configuration
120+
// previously set. Will panic on any error so it is recommended that you
121121
// are confident in the configuration or call NewClient() to ensure its
122122
// safe creation.
123123
func (c *Config) Client() klient.Client {

0 commit comments

Comments
 (0)