From b95866bd67028701d9b164578d3a924d6da363d7 Mon Sep 17 00:00:00 2001 From: Miguel David Date: Sun, 16 Jul 2017 19:04:24 +0100 Subject: [PATCH] Fixing typos in requirements.yaml part --- docs/charts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/charts.md b/docs/charts.md index c9bb1c31a..e9cb3917a 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -228,15 +228,15 @@ dependencies: version: 0.1.0 ``` -In the above example we will get 3 depenendencies in all for `parentchart` +In the above example we will get 3 dependencies in all for `parentchart` ``` subchart new-subchart-1 new-subchart-2 ``` -Manual way of achieving this is copy/pasting same chart in -`charts/` directory multiple times with different name. +The manual way of achieving this is by copy/pasting the same chart in the +`charts/` directory multiple times with different names. #### Tags and Condition fields in requirements.yaml