From cf1983aab968906763ba6f463047294e222d41fe Mon Sep 17 00:00:00 2001 From: Mira Sato <275437409+oab24413gmai@users.noreply.github.com> Date: Thu, 14 May 2026 06:13:16 +0000 Subject: [PATCH] fix(autoscaling): duplicated "the" in register.go doc-comment Signed-off-by: Mira Sato <275437409+oab24413gmai@users.noreply.github.com> --- pkg/apis/autoscaling/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/autoscaling/register.go b/pkg/apis/autoscaling/register.go index 8ed7042c31d3..2b488b65aeaf 100644 --- a/pkg/apis/autoscaling/register.go +++ b/pkg/apis/autoscaling/register.go @@ -28,7 +28,7 @@ const ( // InternalGroupName is the internal autoscaling group name. This is used for CRDs. InternalGroupName = "autoscaling.internal.knative.dev" - // GroupName is the the public autoscaling group name. This is used for annotations, labels, etc. + // GroupName is the public autoscaling group name. This is used for annotations, labels, etc. GroupName = "autoscaling.knative.dev" // ClassAnnotationKey is the annotation for the explicit class of autoscaler