minor typo (#496)

This commit is contained in:
Dan O'Brien 2019-03-19 06:14:52 -04:00 committed by KUOKA Yusuke
parent 841580f8b3
commit 8f7ab740bd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ See the [issue 428](https://github.com/roboll/helmfile/issues/428) for more cont
You may occasionally end up with many helmfiles that shares common parts like which repositories to use, and whichi release to be bundled by default.
Use Layering to extract te common parts into a dedicated *library helmfile*s, so that each helmfile becomes DRY.
Use Layering to extract the common parts into a dedicated *library helmfile*s, so that each helmfile becomes DRY.
Let's assume that your `helmfile.yaml` looks like: