From c8e6739aa85e3cbc141e5bb7765deec785d860cb Mon Sep 17 00:00:00 2001 From: kamal namdeo Date: Sun, 11 Aug 2019 13:35:06 +0200 Subject: [PATCH] Fix the developer.md typo Signed-off-by: kamal namdeo --- docs/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers.md b/docs/developers.md index 70203b2d0..32adbf823 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -103,7 +103,7 @@ helm init --canary-image For developing on Tiller, it is sometimes more expedient to run Tiller locally instead of packaging it into an image and running it in-cluster. You can do -this by telling the Helm client to us a local instance. +this by telling the Helm client to use a local instance. ```console $ make build