From 2defd811205b8909cb58c5f303cbee040a7119a0 Mon Sep 17 00:00:00 2001 From: Aaron Curtis Date: Fri, 14 Feb 2020 14:17:06 -0800 Subject: [PATCH] Fix presumed typo I'm guessing "reusable checks of YAML" should read "reusable chunks of YAML." --- docs/workflow-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workflow-templates.md b/docs/workflow-templates.md index 1498040e48b7..657a997aa8cd 100644 --- a/docs/workflow-templates.md +++ b/docs/workflow-templates.md @@ -4,7 +4,7 @@ > v2.4 and after -Workflow templates are reusable checks of YAML that you can use within your workflows. This allows you to have a library of templates. +Workflow templates are reusable chunks of YAML that you can use within your workflows. This allows you to have a library of templates. You can create some example templates as follows: @@ -16,4 +16,4 @@ The submit a workflow using one of those templates: ``` argo submit https://raw.githubusercontent.com/argoproj/argo/master/examples/workflow-template/hello-world.yam -``` \ No newline at end of file +```