From 97fd970121dde1beb814636d765e34f66ceef8d1 Mon Sep 17 00:00:00 2001 From: pavel <36902936+pavel-github@users.noreply.github.com> Date: Thu, 25 Nov 2021 00:35:45 +0100 Subject: [PATCH] docs: fix typo in the comment comment in the source code for Logger: thhe -> the --- client/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/config/config.go b/client/config/config.go index dc0f97ea6..fb9c7d1fc 100644 --- a/client/config/config.go +++ b/client/config/config.go @@ -87,7 +87,7 @@ type Config struct { // LogOutput is the destination for logs LogOutput io.Writer - // Logger provides a logger to thhe client + // Logger provides a logger to the client Logger log.InterceptLogger // Region is the clients region