From 0c8cff47aed21b333059f41268af334a2bdce15b Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Tue, 20 Dec 2016 10:32:09 -0600 Subject: [PATCH] Typo in helm quickstart guide. Fixed a small typo in the quickstart guide. Change 'upgrade' to 'upgraded' to match tense. --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 41bf1ea89..e2372168a 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -61,7 +61,7 @@ features of this MySQL chart by running `helm inspect stable/mysql`. Whenever you install a chart, a new release is created. So one chart can be installed multiple times into the same cluster. And each can be -independently managed and upgrade. +independently managed and upgraded. The `helm install` command is a very powerful command with many capabilities. To learn more about it, check out the [Using Helm