From ed035c63cdb3de666db1c01eef7f2dbbd416793b Mon Sep 17 00:00:00 2001 From: robin zhang Date: Thu, 21 Jul 2022 10:08:54 +0800 Subject: [PATCH] Update - capitalize proper nouns apple m1 --- site/content/en/docs/start/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 6ed9110833cc..9992445a7eb1 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -536,7 +536,7 @@ minikube dashboard {{% tabs %}} {{% tab Service %}} -Create a sample deployment and expose it on port 8080, if you are using apple m1, replace the image with `k8s.gcr.io/echoserver-arm:1.8`: +Create a sample deployment and expose it on port 8080, if you are using Apple M1, replace the image with `k8s.gcr.io/echoserver-arm:1.8`: ```shell kubectl create deployment hello-minikube --image=kicbase/echo-server:1.0