From ed7390b80f3a46c3b24e100b9e81d2b702b07625 Mon Sep 17 00:00:00 2001 From: Danny Brito Date: Tue, 10 Dec 2024 20:46:03 +0000 Subject: [PATCH] typo --- frontend/mux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mux.go b/frontend/mux.go index d8109b94..8428a8f6 100644 --- a/frontend/mux.go +++ b/frontend/mux.go @@ -602,7 +602,7 @@ func WithBuiltinHandler(key string, bf gwclient.BuildFunc) func(context.Context, // When `spec.Targets` is populated but the provided targetKey does not appear // in `spec.Targets` this returns false. // -// When the provided tgargetKey is in `spec.Targets` but the target spec defines +// When the provided targetKey is in `spec.Targets` but the target spec defines // a frontend to forward to, this returns false. // // Otherwise true.