From 957fcaafa69c344f0758e71560ea98f477d7ecde Mon Sep 17 00:00:00 2001 From: Eli Mallon Date: Sun, 18 Dec 2016 22:09:57 -0800 Subject: [PATCH] Fix Typo --- docs/chart_template_guide/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/getting_started.md b/docs/chart_template_guide/getting_started.md index e188f37c3..12c1d898a 100644 --- a/docs/chart_template_guide/getting_started.md +++ b/docs/chart_template_guide/getting_started.md @@ -44,7 +44,7 @@ Creating mychart From here on, we'll be working in the `mychart` directory. -### A Quick Glimps of `mychart/templates/` +### A Quick Glimpse of `mychart/templates/` If you take a look at the `mychart/templates/` directory, you'll notice a few files already there.