From a2adb3960a1d642c3d1a4b42b4da744f688627b1 Mon Sep 17 00:00:00 2001 From: Tim Collins <45351296+tico24@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:12:52 +0000 Subject: [PATCH] docs: correct minor typo in containerset example (#13987) Signed-off-by: Tim Collins --- examples/container-set-template/parallel-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/container-set-template/parallel-workflow.yaml b/examples/container-set-template/parallel-workflow.yaml index 62722d25ed3e..df1f125abd9d 100644 --- a/examples/container-set-template/parallel-workflow.yaml +++ b/examples/container-set-template/parallel-workflow.yaml @@ -6,7 +6,7 @@ metadata: workflows.argoproj.io/test: "true" annotations: workflows.argoproj.io/description: | - This workflow demonstrates running a parallel containers within a single pod. + This workflow demonstrates running parallel containers within a single pod. workflows.argoproj.io/version: ">= 3.1.0" spec: entrypoint: main