diff --git a/cmd/minikube/cmd/root.go b/cmd/minikube/cmd/root.go index 4cfcdbee1f..dd5d239a8e 100644 --- a/cmd/minikube/cmd/root.go +++ b/cmd/minikube/cmd/root.go @@ -95,7 +95,7 @@ func Execute() { } if runtime.GOOS == "darwin" && detect.IsAmd64M1Emulation() { - out.Boxed("You are trying to run amd64 binary on M1 system.\nPlease consider running the darwin/arm64 binary instead.\nDownload at {{.url}}", + out.Boxed("You are trying to run the amd64 binary on an M1 system.\nPlease consider running the darwin/arm64 binary instead.\nDownload at {{.url}}", out.V{"url": notify.DownloadURL(version.GetVersion(), "darwin", "arm64")}) }