From 8594944f6374454e6ddea61d04b201133798cd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Ga=C3=A1l?= Date: Mon, 13 Sep 2021 21:36:40 +0200 Subject: [PATCH] Update writing-helmfile.md (#1937) fix small typo --- 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 10b2fb3c..84f33220 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -273,7 +273,7 @@ In the following example `helmfile.yaml.gotmpl`, each `---` separated part of th `helmfile.yaml.gotmpl`: ```yaml -# Part 1: Reused Enviroment Values +# Part 1: Reused Environment Values bases: - myenv.yaml ---