From 6392967d84b5d2b6c9e8ad62552eef7ddaf9dc0a Mon Sep 17 00:00:00 2001 From: Sandeep Khurana Date: Mon, 22 Apr 2024 17:46:14 +0530 Subject: [PATCH] fixes #12961. Add example of standard output of a step as output parameter Signed-off-by: Sandeep Khurana --- docs/walk-through/output-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walk-through/output-parameters.md b/docs/walk-through/output-parameters.md index 3380f1206707..ca5f6f020923 100644 --- a/docs/walk-through/output-parameters.md +++ b/docs/walk-through/output-parameters.md @@ -62,7 +62,7 @@ Given a `task`, called `log-int`, `result` would then be accessible as `{{ tasks #### Output parameter from a standard output of a step -Step's stdout as output parameter. +Standard output of step as output parameter. ```yaml apiVersion: argoproj.io/v1alpha1