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
parent
ae425a5b3d
commit
b6a5ed3676
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue