From b6a5ed36765ea1a094e1da5548c47838c0d2de7c Mon Sep 17 00:00:00 2001 From: bradtopol Date: Thu, 13 Apr 2017 13:13:39 -0400 Subject: [PATCH] Remove inconsistent use of addons (#3327) This is the only place in all of the documentation where addon(s) is used instead of addons. Even though with brackets it can be read as one or more addons, it looks strange and inconsistent with the rest of the documentation. Signed-off-by: Brad Topol --- docs/getting-started-guides/minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 898d015942..326fbbf0fd 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -275,7 +275,7 @@ We recommend you use ImagePullSecrets, but if you would like to configure access ## Add-ons -In order to have minikube properly start/restart custom addons, place the addon(s) you wish to be launched with minikube in the `.minikube/addons` directory. Addons in this folder will be moved to the minikubeVM and launched each time minikube is started/restarted. +In order to have minikube properly start/restart custom addons, place the addons you wish to be launched with minikube in the `.minikube/addons` directory. Addons in this folder will be moved to the minikubeVM and launched each time minikube is started/restarted. ## Documentation