From db83dfdd0dcef5c532af810abb760d4fcb41671f Mon Sep 17 00:00:00 2001 From: Jiahao Chen Date: Thu, 24 Aug 2017 16:41:57 -0400 Subject: [PATCH] README: fix typo kubernetes cluster componenets -> components --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f95e847882..11b2d45182 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ the following drivers: * [KVM](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm-driver) * [xhyve](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#xhyve-driver) * [Hyper-V](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperV-driver) -* none - (LINUX ONLY) - the 'none' driver can be used to run the kubernetes cluster componenets on the host instead of in a VM. This can be useful for CI workloads which do not support nested virtualization. +* none - (LINUX ONLY) - the 'none' driver can be used to run the kubernetes cluster components on the host instead of in a VM. This can be useful for CI workloads which do not support nested virtualization. ```shell $ minikube start