From e886eefd25e66b1d55316b39b2966a1a8acf8fd6 Mon Sep 17 00:00:00 2001 From: Rajadeepan D Ramesh Date: Mon, 21 Aug 2017 02:02:17 +0530 Subject: [PATCH] Fix grammatical error --- docs/contributors/adding_an_addon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/adding_an_addon.md b/docs/contributors/adding_an_addon.md index 56fed82a58..29bd370470 100644 --- a/docs/contributors/adding_an_addon.md +++ b/docs/contributors/adding_an_addon.md @@ -9,4 +9,4 @@ To add a new addon to minikube the following steps are required: * To add the addon into minikube commands/VM: * Add the addon with appropriate fields filled into the `Addon` dictionary, see this [commit](https://github.com/kubernetes/minikube/commit/41998bdad0a5543d6b15b86b0862233e3204fab6#diff-e2da306d559e3f019987acc38431a3e8R133). * Add the addon to settings list, see this [commit](https://github.com/kubernetes/minikube/commit/41998bdad0a5543d6b15b86b0862233e3204fab6#diff-07ad0c54f98b231e68537d908a214659R89). -* Rebuild minikube using make out/minikube. This will put the addon .yaml binary files into the minikube binary using go-bindata. +* Rebuild minikube using make out/minikube. This will put the addon's .yaml binary files into the minikube binary using go-bindata.