From cb0391aa0cec686b3bbf35a5ad0da2a8850e9538 Mon Sep 17 00:00:00 2001 From: Priyanshu Raj Date: Thu, 23 Jun 2022 13:09:29 +0530 Subject: [PATCH] nit fix in client package documentation --- pkg/client/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/doc.go b/pkg/client/doc.go index 2965e5fa94..e4bdc2f63d 100644 --- a/pkg/client/doc.go +++ b/pkg/client/doc.go @@ -25,7 +25,7 @@ limitations under the License. // The New function can be used to create a new client that talks directly // to the API server. // -// A common pattern in Kubernetes to read from a cache and write to the API +// It is a common pattern in Kubernetes to read from a cache and write to the API // server. This pattern is covered by the DelegatingClient type, which can // be used to have a client whose Reader is different from the Writer. //