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.