From cec1c71fbc006e260d2d9a12a4e393fc57f6c99d Mon Sep 17 00:00:00 2001 From: pintuiitbhi Date: Wed, 5 Oct 2022 22:15:40 +0530 Subject: [PATCH] apiserver: grammar correction of comment --- cmd/kube-apiserver/apiserver.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kube-apiserver/apiserver.go b/cmd/kube-apiserver/apiserver.go index 9767fa6ab35..a2f6a7be55d 100644 --- a/cmd/kube-apiserver/apiserver.go +++ b/cmd/kube-apiserver/apiserver.go @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ -// apiserver is the main api server and master for the cluster. -// it is responsible for serving the cluster management API. +// apiserver is the main API server and master for the cluster. +// It is responsible for serving the cluster management API. package main import (