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 <btopol@us.ibm.com>
reviewable/pr3105/r1
bradtopol 2017-04-13 13:13:39 -04:00 committed by Andrew Chen
parent ae425a5b3d
commit b6a5ed3676
1 changed files with 1 additions and 1 deletions

View File

@ -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