Procházet zdrojové kódy

docs(templating): remove duplicate a in TemplateFrom Literal note (#6953)

Signed-off-by: mrchatam <mrchatam@users.noreply.github.com>
Co-authored-by: mrchatam <mrchatam@users.noreply.github.com>
mrchatam před 15 hodinami
rodič
revize
a2eff996fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/guides/templating.md

+ 1 - 1
docs/guides/templating.md

@@ -55,7 +55,7 @@ You do not have to define your templates inline in an ExternalSecret but you can
 {% include 'template-v2-scope-and-target.yaml' %}
 ```
 
-Lastly, `TemplateFrom` also supports adding `Literal` blocks for quick templating. These `Literal` blocks differ from `Template.Data` as they are rendered as a a `key:value` pair (while the `Template.Data`, you can only template the value).
+Lastly, `TemplateFrom` also supports adding `Literal` blocks for quick templating. These `Literal` blocks differ from `Template.Data` as they are rendered as a `key:value` pair (while the `Template.Data`, you can only template the value).
 
 #### ValuesDecodingStrategy example