Skip to content

Commit 9bd5dc8

Browse files
authored
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.
1 parent a499fac commit 9bd5dc8

File tree

1 file changed

+1
-1
lines changed
  • cmd/kubeadm/app/apis/kubeadm/v1beta4

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ limitations under the License.
6060
//
6161
// # Basics
6262
//
63-
// The preferred way to configure kubeadm is to pass an YAML configuration file with the --config option. Some of the
63+
// The preferred way to configure kubeadm is to pass a YAML configuration file with the --config option. Some of the
6464
// configuration options defined in the kubeadm config file are also available as command line flags, but only
6565
// the most common/simple use case are supported with this approach.
6666
//

0 commit comments

Comments
 (0)