Fix typo: complile -> compile (#3189)

Signed-off-by: ruicao <ruicao@alauda.io>
pull/3195/head
Rui Cao 2018-10-01 22:02:49 +08:00 committed by Balint Pato
parent 27d8234d4b
commit 1014102e47
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Clone minikube:
```shell
$ git clone https://github.com/kubernetes/minikube.git
```
Build (cross complile for linux / OS X and Windows) using make:
Build (cross compile for linux / OS X and Windows) using make:
```shell
$ cd minikube
$ docker run --rm -v "$PWD":/go/src/k8s.io/minikube -w /go/src/k8s.io/minikube golang:stretch make cross