Skip to content

Commit

Permalink
Fixing typos in requirements.yaml part
Browse files Browse the repository at this point in the history
  • Loading branch information
minac committed Jul 16, 2017
1 parent 3cf8f2c commit b95866b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/charts.md
Expand Up @@ -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

Expand Down

0 comments on commit b95866b

Please sign in to comment.