From e47ad0ce5c7a3556c01c75260cebc17129c8bb68 Mon Sep 17 00:00:00 2001 From: Ronen Schaffer Date: Sun, 27 Mar 2022 16:33:57 +0300 Subject: [PATCH] Update config.go Fix typo --- pkg/envconf/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/envconf/config.go b/pkg/envconf/config.go index 4b154487..3a720670 100644 --- a/pkg/envconf/config.go +++ b/pkg/envconf/config.go @@ -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 {