From 1800318cec9918239d6c94bfed810ec9a723279b Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 12 Mar 2018 23:43:12 +0800 Subject: [PATCH] Typo fix "these command"->"these commands" (#7715) "these command"->"these commands" --- docs/tutorials/stateless-application/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateless-application/hello-minikube.md b/docs/tutorials/stateless-application/hello-minikube.md index f8353290f8..24ca4951ee 100644 --- a/docs/tutorials/stateless-application/hello-minikube.md +++ b/docs/tutorials/stateless-application/hello-minikube.md @@ -341,7 +341,7 @@ Output: - ingress: disabled ``` -Minikube must be running for these command to take effect. To enable `heapster` addon, for example: +Minikube must be running for these commands to take effect. To enable `heapster` addon, for example: ```shell minikube addons enable heapster