From 33880dab77a032b205a226b718728fd0855c8773 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 12 Jan 2021 10:23:21 +0900 Subject: [PATCH] docs: fix typo (#1645) * docs: fix typo * docs: syntax highlight --- docs/writing-helmfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writing-helmfile.md b/docs/writing-helmfile.md index 4846bd9b..3094f79a 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -135,13 +135,13 @@ Please note, that it is not possible to layer `values` sections. If `values` is > See **Layering State Template Files** if you're layering templates. -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. +You may occasionally end up with many helmfiles that shares common parts like which repositories to use, and which release to be bundled by default. 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: -``` +```yaml bases: - environments.yaml