From ca3efda3d5de60d57cf09d4feb973ed64b0d5f5a Mon Sep 17 00:00:00 2001 From: yanghaichao12 Date: Wed, 13 Mar 2019 23:35:39 +0800 Subject: [PATCH] Fix typos (#13155) --- content/en/docs/setup/minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/minikube.md b/content/en/docs/setup/minikube.md index 92133733b6..0a8d06fe3d 100644 --- a/content/en/docs/setup/minikube.md +++ b/content/en/docs/setup/minikube.md @@ -302,7 +302,7 @@ To set the `AuthorizationMode` on the `apiserver` to `RBAC`, you can use: `--ext ### Stopping a Cluster The `minikube stop` command can be used to stop your cluster. This command shuts down the Minikube Virtual Machine, but preserves all cluster state and data. -Starting the cluster again will restore it to it's previous state. +Starting the cluster again will restore it to its previous state. ### Deleting a Cluster The `minikube delete` command can be used to delete your cluster.