From 9bd5dc86d31924bc45c3688b1afcc779af741055 Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 10 Dec 2024 14:00:38 +0200 Subject: [PATCH] Fix grammar mistake in kubeadm config v1beta4 Fix grammar mistake in kubeadm configuration documentation - use "a YAML" instead of "an YAML" since YAML starts with a consonant sound. --- cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go b/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go index c0c223b79ed..e7ec30abb93 100644 --- a/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go +++ b/cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go @@ -60,7 +60,7 @@ limitations under the License. // // # Basics // -// The preferred way to configure kubeadm is to pass an YAML configuration file with the --config option. Some of the +// The preferred way to configure kubeadm is to pass a YAML configuration file with the --config option. Some of the // configuration options defined in the kubeadm config file are also available as command line flags, but only // the most common/simple use case are supported with this approach. //