From 15bf8d2c92cc440c935eae2f3ccf6be4fceb41e2 Mon Sep 17 00:00:00 2001 From: Daniel Fox Date: Mon, 13 Jul 2026 15:21:25 -0700 Subject: [PATCH] Fix grammar nit Signed-off-by: Daniel Fox --- pkg/pusher/pusher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pusher/pusher.go b/pkg/pusher/pusher.go index 05685a39c..f62de63d6 100644 --- a/pkg/pusher/pusher.go +++ b/pkg/pusher/pusher.go @@ -74,7 +74,7 @@ func WithPlainHTTP(plainHTTP bool) Option { // canonical semver representation of the chart version rather than the raw // version string. Note this is unrelated to the registry client's "strict // mode" (registry.PushOptStrictMode); enabling it may in fact require that -// strict mode to be relaxed, since the canonical tag can differ from the raw +// strict mode be relaxed, since the canonical tag can differ from the raw // chart version. func WithOCINormalizeVersion(ociNormalizeVersion bool) Option { return func(opts *options) {