Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ronensc authored Mar 27, 2022
1 parent 0173d3a commit e47ad0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/envconf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ func (c *Config) NewClient() (klient.Client, error) {
}

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

0 comments on commit e47ad0c

Please sign in to comment.