diff --git a/cmd/config.go b/cmd/config.go index cf06a2b8..4bdb7598 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -22,7 +22,7 @@ import ( ) const ( - comments = `# If you intened to deploy Kubernetes in an air-gapped environment, + comments = `# If you intended to deploy Kubernetes in an air-gapped environment, # please consult the documentation on how to configure custom RKE images.` )