From 8f7ab740bdbc68b509effe89cff3f11d536b5fca Mon Sep 17 00:00:00 2001 From: Dan O'Brien Date: Tue, 19 Mar 2019 06:14:52 -0400 Subject: [PATCH] minor typo (#496) --- docs/writing-helmfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-helmfile.md b/docs/writing-helmfile.md index 685a62d1..23602a77 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -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: